WIP Application autorun page

pull/170/head
parent 50b8834796
commit 4b2dbeaf1b

@ -20,6 +20,7 @@ enum YON_PAGES yon_page_get_next(main_window *widgets, enum YON_PAGES page){
case YON_PAGE_KEYBOARD: return YON_PAGE_CONFIG_HUB; break; case YON_PAGE_KEYBOARD: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_USERS: return YON_PAGE_CONFIG_HUB; break; case YON_PAGE_USERS: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_STARTUP: return YON_PAGE_CONFIG_HUB; break; case YON_PAGE_STARTUP: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_APP_STARTUP: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_BOOTLOADER: return YON_PAGE_CONFIG_HUB; break; case YON_PAGE_BOOTLOADER: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_NETWORK: return YON_PAGE_CONFIG_HUB; break; case YON_PAGE_NETWORK: return YON_PAGE_CONFIG_HUB; break;
case YON_PAGE_PACKAGES: return YON_PAGE_CONFIG_HUB; case YON_PAGE_PACKAGES: return YON_PAGE_CONFIG_HUB;
@ -285,6 +286,7 @@ void yon_switch_page_render(main_window *widgets){
case YON_PAGE_USERS: case YON_PAGE_USERS:
case YON_PAGE_BOOTLOADER: case YON_PAGE_BOOTLOADER:
case YON_PAGE_STARTUP: case YON_PAGE_STARTUP:
case YON_PAGE_APP_STARTUP:
case YON_PAGE_NETWORK: case YON_PAGE_NETWORK:
case YON_PAGE_PACKAGES: case YON_PAGE_PACKAGES:
page = 3; page = 3;

@ -378,6 +378,7 @@ enum YON_PAGES {
YON_PAGE_KEYBOARD, YON_PAGE_KEYBOARD,
YON_PAGE_USERS, YON_PAGE_USERS,
YON_PAGE_STARTUP, YON_PAGE_STARTUP,
YON_PAGE_APP_STARTUP,
YON_PAGE_BOOTLOADER, YON_PAGE_BOOTLOADER,
YON_PAGE_NETWORK, YON_PAGE_NETWORK,
YON_PAGE_PACKAGES, YON_PAGE_PACKAGES,

Loading…
Cancel
Save