Browse Source

Merge cntdown_timer from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 year ago
parent
commit
166f882a4a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cntdown_timer/app.c

+ 0 - 1
cntdown_timer/app.c

@@ -29,7 +29,6 @@ CountDownTimerApp* countdown_app_new(void) {
 
     // 2.1 setup view dispatcher
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
 
     // 2.2 attach view dispatcher to gui
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);