diff options
| author | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-07-05 12:21:32 -0500 |
|---|---|---|
| committer | gameboyprinter <gameboyprinter@users.noreply.github.com> | 2018-07-05 12:21:32 -0500 |
| commit | bed0b55e70f13adf772584fc0d31ebfe59597115 (patch) | |
| tree | 013243728cf4fd21cfb49fea671b9894d19b87f1 /aoapplication.cpp | |
| parent | e761805cd188337a5d5997dcf3389be9ee4316bd (diff) | |
Make discord toggleable, OOC name option, default bg fix
Diffstat (limited to 'aoapplication.cpp')
| -rw-r--r-- | aoapplication.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aoapplication.cpp b/aoapplication.cpp index 12e540cd..54ec1805 100644 --- a/aoapplication.cpp +++ b/aoapplication.cpp @@ -40,7 +40,8 @@ void AOApplication::construct_lobby() int y = (screenGeometry.height()-w_lobby->height()) / 2; w_lobby->move(x, y); - discord->state_lobby(); + if(is_discord_enabled()) + discord->state_lobby(); w_lobby->show(); } |
