We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc19d2 commit 6b66eabCopy full SHA for 6b66eab
src/MainWindow.cpp
@@ -150,7 +150,7 @@ MainWindow::MainWindow(QString exepath,
150
{
151
Log::information("============ Initializing user interface ============");
152
153
- this->setWindowIcon(QIcon::fromTheme("jamesdsp-tray", QIcon(":/icons/icon.png")));
+ this->setWindowIcon(QIcon::fromTheme("jamesdsp", QIcon(":/icons/icon.png")));
154
155
ui->eq_widget->setBands(PresetProvider::EQ::defaultPreset(), false);
156
ui->eq_dyn_widget->setSidebarHidden(true);
0 commit comments