Skip to content
Snippets Groups Projects
Commit 3917ebe8 authored by Dominik Möslinger's avatar Dominik Möslinger
Browse files

TST:

Addition to previous commit, add everything to Menu
parent 23c30028
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@
<attribute name="label" translatable="yes">Save as</attribute>
<attribute name="action">win.save_as</attribute>
</item>
<item>
<attribute name="label" translatable="yes">CSV to Json</attribute>
<attribute name="action">win.csv_to_json</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Close</attribute>
<attribute name="action">win.close</attribute>
......@@ -66,6 +70,23 @@
<attribute name="action">app.start_log_viewer</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">Generate</attribute>
<section>
<item>
<attribute name="label" translatable="yes">Generate Scripts</attribute>
<attribute name="action">win.generate_scripts</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Generate Small Script</attribute>
<attribute name="action">win.generate_barescript</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Generate CSV File</attribute>
<attribute name="action">win.generate_csv</attribute>
</item>
</section>
</submenu>
<submenu>
<attribute name="label">View</attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment