about summary refs log tree commit diff
path: root/src/gtk/window.ui
diff options
context:
space:
mode:
authorlakoliu <99976966+lakoliu@users.noreply.github.com>2022-06-08 14:14:25 +0300
committerGitHub <noreply@github.com>2022-06-08 14:14:25 +0300
commit86e3a116a3097ec410ac1c708a2442987bd7dfec (patch)
treec93114d28df5adb632c43ef19d4a4245b0ceb9ff /src/gtk/window.ui
parent67679138574b083d838294bf82b6058a54b6a13d (diff)
parenta83f433c97b7818b6101ecdbe2d23ee4edb8dc4e (diff)
downloadFurtherance-86e3a116a3097ec410ac1c708a2442987bd7dfec.tar.zst
Merge pull request #64 from flxzt/export_csv
feat: add csv export
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-xsrc/gtk/window.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui
index 174acc0..25b81ca 100755
--- a/src/gtk/window.ui
+++ b/src/gtk/window.ui
@@ -101,6 +101,10 @@
         <attribute name="action">app.delete-history</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">_About Furtherance</attribute>
         <attribute name="action">app.about</attribute>
       </item>