mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Improve login screen UI with simplified text and compatibility mode
- Change window title from "WoW 3.3.5a Authentication" to "Authentication" - Change subtitle from "Connect to Authentication Server" to "Connect to Server" - Increase button sizes from 120x0 to 160x40 for better visibility - Add compatibility mode dropdown (currently showing 3.3.5a, extensible for future versions)
This commit is contained in:
parent
545cfbbc0e
commit
1bc46b5d22
2 changed files with 9 additions and 4 deletions
|
|
@ -46,6 +46,7 @@ private:
|
|||
char username[256] = "";
|
||||
char password[256] = "";
|
||||
int port = 3724;
|
||||
int compatibilityMode = 0; // 0 = 3.3.5a
|
||||
bool authenticating = false;
|
||||
bool showPassword = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue