chore(ui): add win.close to menu.ui
parent
1e1da03c76
commit
842044ddde
|
@ -55,7 +55,7 @@
|
||||||
<section>
|
<section>
|
||||||
<item>
|
<item>
|
||||||
<attribute name="label">Close Window</attribute>
|
<attribute name="label">Close Window</attribute>
|
||||||
|
<attribute name="action">win.close</attribute>
|
||||||
</item>
|
</item>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
@ -147,11 +147,17 @@
|
||||||
<section>
|
<section>
|
||||||
<item>
|
<item>
|
||||||
<attribute name="label">View License</attribute>
|
<attribute name="label">View License</attribute>
|
||||||
|
<attribute name="action">app.view-license</attribute>
|
||||||
</item>
|
</item>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<item>
|
<item>
|
||||||
<attribute name="label">Search Feature Requests</attribute>
|
<attribute name="label">Search Feature Requests</attribute>
|
||||||
|
<attribute name="action">app.search-feature-requests</attribute>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<attribute name="label">Report Issue</attribute>
|
||||||
|
<attribute name="action">app.report-issue</attribute>
|
||||||
</item>
|
</item>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Reference in New Issue