From 43ec33f4abe663917c08e81b67f0decb7153481e Mon Sep 17 00:00:00 2001 From: Ricky Kresslein <rk@lakoliu.com> Date: Sat, 11 Jun 2022 07:47:39 +0300 Subject: Menu organization --- src/gtk/window.ui | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/gtk') diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 20ac46e..6ff205f 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -89,21 +89,23 @@ </template> <menu id="primary_menu"> <section> - <item> - <attribute name="label" translatable="yes">_Preferences</attribute> - <attribute name="action">app.preferences</attribute> - </item> <item> <attribute name="label" translatable="yes">_Generate Report</attribute> <attribute name="action">app.report</attribute> </item> + <item> + <attribute name="label" translatable="yes">_Export as CSV</attribute> + <attribute name="action">app.export-csv</attribute> + </item> <item> <attribute name="label" translatable="yes">_Delete history</attribute> <attribute name="action">app.delete-history</attribute> </item> + </section> + <section> <item> - <attribute name="label" translatable="yes">_Export as CSV</attribute> - <attribute name="action">app.export-csv</attribute> + <attribute name="label" translatable="yes">_Preferences</attribute> + <attribute name="action">app.preferences</attribute> </item> <item> <attribute name="label" translatable="yes">_About Furtherance</attribute> -- cgit 1.4.1