clang-format: Update qt_gui/main_window_ui.h

This commit is contained in:
tomboylover93 2024-12-18 21:16:57 -03:00
parent fc0993d153
commit d46af2f8f8

View File

@ -390,8 +390,10 @@ public:
setThemeViolet->setText(QCoreApplication::translate("MainWindow", "Violet", nullptr));
setThemeGruvbox->setText("Gruvbox");
setThemeTokyoNight->setText("Tokyo Night");
setThemeSystemDark->setText(QCoreApplication::translate("MainWindow", "System (Dark)", nullptr));
setThemeSystemLight->setText(QCoreApplication::translate("MainWindow", "System (Light)", nullptr));
setThemeSystemDark->setText(
QCoreApplication::translate("MainWindow", "System (Dark)", nullptr));
setThemeSystemLight->setText(
QCoreApplication::translate("MainWindow", "System (Light)", nullptr));
toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
} // retranslateUi
};