diff options
-rwxr-xr-x | Cargo.lock | 2 | ||||
-rwxr-xr-x | src/gtk/window.ui | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0ee3f73..27f2bd2 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "chrono", 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 @@ -90,20 +90,22 @@ <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> |