Skip to content

Commit

Permalink
Merge pull request getlantern#41 from meskio/exit_main_linux
Browse files Browse the repository at this point in the history
On quit exit main loop on linux
  • Loading branch information
joesis authored Mar 20, 2018
2 parents 35ee79e + c9d5da1 commit 3c059d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systray_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ gboolean do_quit(gpointer data) {
}
// app indicator doesn't provide a way to remove it, hide it as a workaround
app_indicator_set_status(global_app_indicator, APP_INDICATOR_STATUS_PASSIVE);
gtk_main_quit();
return FALSE;
}

Expand Down

0 comments on commit 3c059d3

Please sign in to comment.