mirror of
https://git.wetfence.xyz/RandyTheSilly/Subnet-Helper.git
synced 2026-08-27 20:16:27 -04:00
Enable touch navigation
This commit is contained in:
@@ -429,6 +429,7 @@ static void result_window_unload(Window *window) {
|
||||
}
|
||||
|
||||
static void init(void) {
|
||||
app_touch_navigation_enable(true);
|
||||
s_main_window = window_create();
|
||||
window_set_window_handlers(s_main_window, (WindowHandlers){
|
||||
.load = main_window_load,
|
||||
|
||||
Reference in New Issue
Block a user