From 860eb49b45703d939196e92ba6e6d99f54ed3088 Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Sun, 2 Jun 2019 13:14:21 -0400
Subject: removed actionToToolButton(), which was replacing QAction's in the
toolbar with QToolButton's, making it very difficult to have an equivalent in
the main menu. QAction's can have a menu, so use that instead. the only place
this doesn't work is with the nexus button, which can be replaced by a menu
if there are IPluginModPage plugins adding items to it; registerModPage()
works fine with the toolbar, but doesn't handle the main menu yet
---
src/mainwindow.ui | 29 ++++++-----------------------
1 file changed, 6 insertions(+), 23 deletions(-)
(limited to 'src/mainwindow.ui')
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 84d3c9e4..a3eb8504 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -1418,14 +1418,14 @@ p, li { white-space: pre-wrap; }
-
+
@@ -1621,7 +1621,10 @@ p, li { white-space: pre-wrap; }
&Help
- Help
+ Show help options
+
+
+ Show help options
Ctrl+H
@@ -1691,26 +1694,6 @@ p, li { white-space: pre-wrap; }
Exits Mod Organizer
-
-
- false
-
-
-
- :/MO/gui/plugins:/MO/gui/plugins
-
-
- &Tools
-
-
-
-
- false
-
-
- &Help menu
-
-
false
--
cgit v1.3.1