cleanup: Remove printf log on widget style change

This commit is contained in:
tomboylover93 2024-12-22 11:34:07 -03:00
parent 776f1ee5ec
commit ac757e272a

View File

@ -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();