Browse Source

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

Willy-JL 1 năm trước cách đây
mục cha
commit
166f882a4a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);