[vte] app: Add new terminal to main menu



commit 8c034b3839c2d3c6b1b947fd167c711e97dc374a
Author: Christian Persch <chpe src gnome org>
Date:   Sat Nov 10 11:08:12 2018 +0100

    app: Add new terminal to main menu
    
    When there's nothing displaying the app menu, New Terminal
    wasn't accessible. Add it to the main menu.

 src/app/window.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/app/window.ui b/src/app/window.ui
index 6619e156..db786927 100644
--- a/src/app/window.ui
+++ b/src/app/window.ui
@@ -19,6 +19,12 @@
 <interface>
   <requires lib="gtk+" version="3.10"/>
   <menu id="gear_menu_model">
+    <section>
+      <item>
+        <attribute name="label" translatable="yes">_New Terminal</attribute>
+        <attribute name="action">app.new</attribute>
+      </item>
+    </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">_Copy</attribute>


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