mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang-format: Update qt_gui/main_window_ui.h
This commit is contained in:
parent
fc0993d153
commit
d46af2f8f8
@ -390,8 +390,10 @@ public:
|
|||||||
setThemeViolet->setText(QCoreApplication::translate("MainWindow", "Violet", nullptr));
|
setThemeViolet->setText(QCoreApplication::translate("MainWindow", "Violet", nullptr));
|
||||||
setThemeGruvbox->setText("Gruvbox");
|
setThemeGruvbox->setText("Gruvbox");
|
||||||
setThemeTokyoNight->setText("Tokyo Night");
|
setThemeTokyoNight->setText("Tokyo Night");
|
||||||
setThemeSystemDark->setText(QCoreApplication::translate("MainWindow", "System (Dark)", nullptr));
|
setThemeSystemDark->setText(
|
||||||
setThemeSystemLight->setText(QCoreApplication::translate("MainWindow", "System (Light)", nullptr));
|
QCoreApplication::translate("MainWindow", "System (Dark)", nullptr));
|
||||||
|
setThemeSystemLight->setText(
|
||||||
|
QCoreApplication::translate("MainWindow", "System (Light)", nullptr));
|
||||||
toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
|
toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
|
||||||
} // retranslateUi
|
} // retranslateUi
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user