Skip to content

Commit

Permalink
theme switch at startup fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Aug 28, 2019
1 parent c06e067 commit e818170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eez/apps/psu/persist_conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ static void initDevice2() {

#if OPTION_DISPLAY
onLuminocityChanged();
onThemeChanged();
#endif
}

Expand All @@ -289,6 +290,7 @@ void loadDevice2() {

#if OPTION_DISPLAY
onLuminocityChanged();
onThemeChanged();
#endif
}

Expand Down

0 comments on commit e818170

Please sign in to comment.