From 43ec33f4abe663917c08e81b67f0decb7153481e Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sat, 11 Jun 2022 07:47:39 +0300 Subject: Menu organization --- Cargo.lock | 2 +- 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 @@ -89,21 +89,23 @@
- - _Preferences - app.preferences - _Generate Report app.report + + _Export as CSV + app.export-csv + _Delete history app.delete-history +
+
- _Export as CSV - app.export-csv + _Preferences + app.preferences _About Furtherance -- cgit 1.4.1