mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Allow compiling MultiMC using Qt builds without accessibility again
This commit is contained in:
parent
3680f1e599
commit
79208a7383
1 changed files with 2 additions and 0 deletions
|
|
@ -578,7 +578,9 @@ public:
|
|||
MainWindow->resize(800, 600);
|
||||
MainWindow->setWindowIcon(MMC->getThemedIcon("logo"));
|
||||
MainWindow->setWindowTitle("MultiMC 5");
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
MainWindow->setAccessibleName("MultiMC");
|
||||
#endif
|
||||
|
||||
createMainToolbar(MainWindow);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue