[gnome-sound-recorder/drop-appmenu] window: Drop "Quit" entry from the hamburger menu



commit 7786dcdca3068f30b04bfa45efeb4ce0f2ebf62e
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Nov 1 11:52:19 2018 +0100

    window: Drop "Quit" entry from the hamburger menu
    
    Fixes #38

 src/mainWindow.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 3422e2e..3bd0da5 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -125,7 +125,6 @@ const MainWindow = new Lang.Class({
         let menu = new Gio.Menu();
         menu.append(_("Preferences"), 'app.preferences');
         menu.append(_("About Sound Recorder"), 'app.about');
-        menu.append(_("Quit"),'app.quit');
 
         appMenuButton = new Gtk.MenuButton({
           image: new Gtk.Image({ icon_name: 'open-menu-symbolic' }),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]