mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-30 23:33:17 +00:00
hotfix: clang-format
This commit is contained in:
parent
111ff2bedd
commit
69777e2ffa
1 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,8 @@ public:
|
||||||
setThemeTokyoNight->setText("Tokyo Night");
|
setThemeTokyoNight->setText("Tokyo Night");
|
||||||
setThemeOled->setText("OLED");
|
setThemeOled->setText("OLED");
|
||||||
toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
|
toolBar->setWindowTitle(QCoreApplication::translate("MainWindow", "toolBar", nullptr));
|
||||||
toggleLabelsAct->setText(QCoreApplication::translate("MainWindow", "Show Labels Under Icons"));
|
toggleLabelsAct->setText(
|
||||||
|
QCoreApplication::translate("MainWindow", "Show Labels Under Icons"));
|
||||||
} // retranslateUi
|
} // retranslateUi
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue