diff options
author | Felix Zwettler <f.zwettler@posteo.de> | 2022-06-07 23:14:29 +0200 |
---|---|---|
committer | Felix Zwettler <f.zwettler@posteo.de> | 2022-06-07 23:34:00 +0200 |
commit | a510603825050a5face70d5387f0be830a4d685b (patch) | |
tree | aac28a23249c1d483da25304a9e75c925bda68f5 /src/gtk/window.ui | |
parent | 67679138574b083d838294bf82b6058a54b6a13d (diff) | |
download | Furtherance-a510603825050a5face70d5387f0be830a4d685b.tar.zst |
add csv export
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-x | src/gtk/window.ui | 4 |
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> |