Browse Source

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

Willy-JL 1 year ago
parent
commit
a7649798c0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pomodoro/flipp_pomodoro_app.c

+ 0 - 1
pomodoro/flipp_pomodoro_app.c

@@ -63,7 +63,6 @@ FlippPomodoroApp* flipp_pomodoro_app_alloc() {
     app->view_dispatcher = view_dispatcher_alloc();
     app->statistics = flipp_pomodoro_statistics__new();
 
-    view_dispatcher_enable_queue(app->view_dispatcher);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_custom_event_callback(
         app->view_dispatcher, flipp_pomodoro_app_custom_event_callback);