mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-01 16:23:17 +00:00
Workflows cleanup + misc fixes (#371)
* Workflows cleanup * clang-format * SDL3: Disabling unnecessary options * Revert CMakeLists.txt changes
This commit is contained in:
parent
3fd2abdd5b
commit
254b9ffb50
9 changed files with 27 additions and 39 deletions
|
@ -297,7 +297,7 @@ public:
|
|||
menuRecent->setTitle(QCoreApplication::translate("MainWindow", "Recent Games", nullptr));
|
||||
exitAct->setText(QCoreApplication::translate("MainWindow", "Exit", nullptr));
|
||||
#if QT_CONFIG(tooltip)
|
||||
exitAct->setToolTip(QCoreApplication::translate("MainWindow", "Exit Shadps4", nullptr));
|
||||
exitAct->setToolTip(QCoreApplication::translate("MainWindow", "Exit shadPS4", nullptr));
|
||||
#endif // QT_CONFIG(tooltip)
|
||||
#if QT_CONFIG(statustip)
|
||||
exitAct->setStatusTip(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue