Skip to content

Commit

Permalink
Fix main window icon and stuff
Browse files Browse the repository at this point in the history
i forgor 馃拃

Signed-off-by: leo78913 <leo3758@riseup.net>
  • Loading branch information
leia-uwu committed Jan 20, 2023
1 parent 670cf8e commit 5a25ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions launcher/ui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 5a25ce8

Please sign in to comment.