mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +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") {
|
||||
qApp->setStyle(QString::fromStdString(s_system_style_name));
|
||||
}
|
||||
printf("%s", s_system_style_name.c_str());
|
||||
|
||||
foreach (QWidget* widget, QApplication::topLevelWidgets()) {
|
||||
widget->update();
|
||||
|
Loading…
Reference in New Issue
Block a user