fix 0 issue fix #136

This commit is contained in:
Artem Anufrij 2020-11-17 23:02:40 +01:00
parent 88f318cde9
commit 5a4f114083

View file

@ -49,7 +49,7 @@ namespace Webpin {
var action_quit = new SimpleAction ("quit", null);
add_action (action_quit);
string[] accel_quit = {"<Control>q", "0"};
string[] accel_quit = {"<Control>q"};
set_accels_for_action ("app.quit", accel_quit);
action_quit.activate.connect (
() => {