Skip to content

Commit

Permalink
Add placeholder in Encoding menu
Browse files Browse the repository at this point in the history
Since this has been causing a bit of confusion, the placeholder will let users know this is intentional. See #258
  • Loading branch information
dail8859 committed Nov 4, 2022
1 parent fdc63bb commit e4430cf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/NotepadNext/dialogs/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,7 @@
<property name="title">
<string>Encoding</string>
</property>
</widget>
<widget class="QMenu" name="menuRun">
<property name="title">
<string>Run</string>
</property>
<addaction name="actionThis_is_not_currently_implemented"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
Expand All @@ -247,7 +243,6 @@
<addaction name="menuLanguage"/>
<addaction name="menuSettings"/>
<addaction name="menuMacro"/>
<addaction name="menuRun"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
Expand Down Expand Up @@ -992,6 +987,14 @@
<string>Edit Macros...</string>
</property>
</action>
<action name="actionThis_is_not_currently_implemented">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>This is not currently implemented</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
Expand Down

0 comments on commit e4430cf

Please sign in to comment.