Skip to content

Commit

Permalink
Reorganize menu: disable new UI entry after shifting back to cli exec…
Browse files Browse the repository at this point in the history
…utable; moved docs acrtion to a separate help menu
  • Loading branch information
Shengjie Xu committed Dec 2, 2024
1 parent fb5135b commit ba59cc1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,16 @@
</property>
<addaction name="actionImagePackTool"/>
<addaction name="actionNewUI"/>
</widget>
<widget class="QMenu" name="helpMenu">
<property name="title">
<string>帮助</string>
</property>
<addaction name="actionDocs"/>
</widget>
<addaction name="operationMenu"/>
<addaction name="toolMenu"/>
<addaction name="helpMenu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionTranslationExport">
Expand All @@ -578,10 +584,13 @@
<property name="text">
<string>新版UI</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actionDocs">
<property name="text">
<string>文档</string>
<string>打开文档</string>
</property>
</action>
</widget>
Expand Down

0 comments on commit ba59cc1

Please sign in to comment.