mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
cleanup: Remove printf log on widget style change
This commit is contained in:
parent
776f1ee5ec
commit
ac757e272a
@ -534,7 +534,6 @@ void SettingsDialog::UpdateSettings() {
|
|||||||
} else if (Config::getWidgetStyle() == "System") {
|
} else if (Config::getWidgetStyle() == "System") {
|
||||||
qApp->setStyle(QString::fromStdString(s_system_style_name));
|
qApp->setStyle(QString::fromStdString(s_system_style_name));
|
||||||
}
|
}
|
||||||
printf("%s", s_system_style_name.c_str());
|
|
||||||
|
|
||||||
foreach (QWidget* widget, QApplication::topLevelWidgets()) {
|
foreach (QWidget* widget, QApplication::topLevelWidgets()) {
|
||||||
widget->update();
|
widget->update();
|
||||||
|
Loading…
Reference in New Issue
Block a user