Changes
1 changed files (+26/-0)
-
-
@@ -31,6 +31,13 @@ SPDX-License-Identifier: Apache-2.0<property name="action-name">win.scan_servers</property> </object> </child> <child type="end"> <object class="GtkMenuButton"> <property name="direction">none</property> <property name="menu-model">app_menu</property> <property name="use-underline">true</property> </object> </child> </object> </child> <property name="content">
-
@@ -91,4 +98,23 @@ SPDX-License-Identifier: Apache-2.0</object> </property> </template> <menu id="app_menu"> <section> <item> <attribute name="label">_Preferences</attribute> <attribute name="action">app.preferences</attribute> </item> <item> <attribute name="label">_About Plac</attribute> <attribute name="action">app.about</attribute> </item> </section> <section> <item> <attribute name="label">_Quit</attribute> <attribute name="action">app.quit</attribute> </item> </section> </menu> </interface>
-