fixed correct default start page

This commit is contained in:
Magnus Auvinen 2008-03-22 15:29:01 +00:00
parent a752bbcf60
commit db4395bf26

View file

@ -29,7 +29,7 @@ MACRO_CONFIG_INT(dbg_firedelay, 0, 0, 1)
MACRO_CONFIG_INT(dbg_flow, 0, 0, 1) MACRO_CONFIG_INT(dbg_flow, 0, 0, 1)
MACRO_CONFIG_INT(dbg_tuning, 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_STR(ui_server_address, 128, "localhost:8303")
MACRO_CONFIG_INT(ui_scale, 100, 1, 100000) MACRO_CONFIG_INT(ui_scale, 100, 1, 100000)