diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 14:22:24 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 14:22:24 -0400 |
| commit | 746e9c08e68ed7e44e6ef4e29b250c73b9c21440 (patch) | |
| tree | e03ca5cd5dcb5495691f36817716d219574c9be9 /src/mainwindow.ui | |
| parent | 860eb49b45703d939196e92ba6e6d99f54ed3088 (diff) | |
moved notification menu item to tools, was the only thing in view
fixed endorse action to also work with the menu
fixed changing endorsement integration setting not changing visibility of actions
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index a3eb8504..03cb9ab7 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1417,8 +1417,11 @@ p, li { white-space: pre-wrap; } <string>&Tools</string> </property> <addaction name="actionNexus"/> + <addaction name="separator"/> + <addaction name="actionNotifications"/> <addaction name="actionModify_Executables"/> <addaction name="actionTool"/> + <addaction name="separator"/> <addaction name="actionSettings"/> </widget> <widget class="QMenu" name="menu_Help"> @@ -1427,13 +1430,7 @@ p, li { white-space: pre-wrap; } </property> <addaction name="actionHelp"/> <addaction name="actionUpdate"/> - <addaction name="actionEndorseMOMenu"/> - </widget> - <widget class="QMenu" name="menu_View"> - <property name="title"> - <string>&View</string> - </property> - <addaction name="actionNotifications"/> + <addaction name="actionEndorseMO"/> </widget> <widget class="QMenu" name="menu_Edit"> <property name="title"> @@ -1443,7 +1440,6 @@ p, li { white-space: pre-wrap; } </widget> <addaction name="menu_File"/> <addaction name="menu_Edit"/> - <addaction name="menu_View"/> <addaction name="menu_Tools"/> <addaction name="menu_Help"/> </widget> @@ -1694,14 +1690,6 @@ p, li { white-space: pre-wrap; } <string>Exits Mod Organizer</string> </property> </action> - <action name="actionEndorseMOMenu"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Endorse Mod Organizer</string> - </property> - </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
