Skip to content

Commit

Permalink
Merge pull request #15 from rodlie/master
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
rodlie authored Oct 25, 2018
2 parents 535cc7c + a90212c commit 52f1650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## 1.0.0rc1 - 201810XX
## 1.0.0rc1 - 20181025
* first public release
3 changes: 3 additions & 0 deletions app/dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Dialog::Dialog(QWidget *parent)
// setup powerkit
man = new PowerKit(this);

// check settings
Common::checkSettings();

// setup theme
Common::setIconTheme();
setWindowIcon(QIcon::fromTheme(DEFAULT_AC_ICON));
Expand Down

0 comments on commit 52f1650

Please sign in to comment.