Skip to content

Commit

Permalink
use correct window icon according to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Oct 28, 2024
1 parent c2882d5 commit e3dadd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Configurator/configurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Configurator::Configurator(QWidget *parent)

{
ui->setupUi(this);
this->setWindowIcon(utils->getIconForTheme());
populateComboboxes();
loadSettings();
setGeneralTab();
Expand Down

0 comments on commit e3dadd3

Please sign in to comment.