Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Fix window not visible at startup with Qt 5.10.1
Browse files Browse the repository at this point in the history
Close #211
  • Loading branch information
ColinDuquesnoy committed Feb 27, 2018
1 parent e6fc9a8 commit d393a9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ void ViewModels::initialize()
streamingServices_.initialize();
listeningHistory_.initialize();
mainWindow_.load();
mainWindow_.show();
updater_.check();
}

Expand Down

0 comments on commit d393a9c

Please sign in to comment.