Skip to content

Commit 6b66eab

Browse files
committed
Update window icon key
1 parent dbc19d2 commit 6b66eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ MainWindow::MainWindow(QString exepath,
150150
{
151151
Log::information("============ Initializing user interface ============");
152152

153-
this->setWindowIcon(QIcon::fromTheme("jamesdsp-tray", QIcon(":/icons/icon.png")));
153+
this->setWindowIcon(QIcon::fromTheme("jamesdsp", QIcon(":/icons/icon.png")));
154154

155155
ui->eq_widget->setBands(PresetProvider::EQ::defaultPreset(), false);
156156
ui->eq_dyn_widget->setSidebarHidden(true);

0 commit comments

Comments
 (0)