mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed correct default start page
This commit is contained in:
parent
a752bbcf60
commit
db4395bf26
|
@ -29,7 +29,7 @@ MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1)
|
|||
MACRO_CONFIG_INT(dbg_flow, 0, 0, 1)
|
||||
MACRO_CONFIG_INT(dbg_tuning, 0, 0, 1)
|
||||
|
||||
MACRO_CONFIG_INT(ui_page, 1, 0, 5)
|
||||
MACRO_CONFIG_INT(ui_page, 3, 0, 5)
|
||||
MACRO_CONFIG_STR(ui_server_address, 128, "localhost:8303")
|
||||
MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)
|
||||
|
||||
|
|
Loading…
Reference in a new issue