Use cleaned up logo

This commit is contained in:
Nicolas Werner 2020-01-31 02:30:09 +01:00
parent d7f7e8269f
commit 995568814b
21 changed files with 158 additions and 371 deletions

View file

@ -65,7 +65,7 @@ MainWindow::MainWindow(QWidget *parent)
setFont(font);
userSettings_ = QSharedPointer<UserSettings>(new UserSettings);
trayIcon_ = new TrayIcon(":/logos/nheko-32.png", this);
trayIcon_ = new TrayIcon(":/logos/nheko.svg", this);
welcome_page_ = new WelcomePage(this);
login_page_ = new LoginPage(this);