Fix main window icon and stuff
i forgor 💀
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
670cf8ee07
commit
5a25ce8c1b
@ -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…
Reference in New Issue
Block a user