Increase icons to include 128x128 and set global application icon
Fixes #954
This commit is contained in:
@@ -346,6 +346,8 @@ MainWindow::MainWindow(Application *app, std::shared_ptr<SystemTrayIcon> tray_ic
|
||||
// Initialize the UI
|
||||
ui_->setupUi(this);
|
||||
|
||||
setWindowIcon(IconLoader::Load("strawberry"));
|
||||
|
||||
album_cover_choice_controller_->Init(app);
|
||||
|
||||
ui_->multi_loading_indicator->SetTaskManager(app_->task_manager());
|
||||
|
||||
Reference in New Issue
Block a user