diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-03-03 12:10:44 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-03-03 12:10:44 +0100 |
| commit | 7995410b21d5691e5ad780e59b904ce0f022f7ed (patch) | |
| tree | 19bfbcbd922d8f15bb56484d01d6b79205191692 | |
| parent | a8a848ecc2fed47a5a19aa4a97c0a34e94c6dcb9 (diff) | |
| parent | 379731919d8a275a526b1c0976bee9f0a155b9b9 (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/AO2-Client
| -rw-r--r-- | lobby.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ Lobby::Lobby(AOApplication *p_ao_app) : QMainWindow() //sets images, position and size void Lobby::set_widgets() { + ao_app->reload_theme(); + QString filename = "lobby_design.ini"; pos_size_type f_lobby = ao_app->get_element_dimensions("lobby", filename); |
