mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 04:46:57 +03:00
Fix main window icon and stuff
i forgor 💀
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
670cf8ee07
commit
5a25ce8c1b
1 changed files with 6 additions and 0 deletions
|
|
@ -144,6 +144,12 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowIcon(APPLICATION->getThemedIcon("logo"));
|
||||
setWindowTitle(APPLICATION->applicationDisplayName());
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
setAccessibleName(BuildConfig.LAUNCHER_DISPLAYNAME);
|
||||
#endif
|
||||
|
||||
// instance toolbar stuff
|
||||
{
|
||||
// Qt doesn't like vertical moving toolbars, so we have to force them...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue