diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2020-11-18 10:01:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 10:01:27 +0100 |
| commit | ddba54382aab3cb5548485d14c85e2611272f3cb (patch) | |
| tree | e3b1aa7f86c3d6852f2f749e40ff61971c0961b3 /src/mainwindow.ui | |
| parent | 06686403382a98d23685232d404dfe5837ffb8a1 (diff) | |
| parent | 61554d3df7be909acf6609b4b7465b03d7f16081 (diff) | |
Merge pull request #1292 from Holt59/iplugin-isactive-refactoring
IPlugin::isActive refactoring
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index ace0dfeb..dbc6013d 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1411,6 +1411,7 @@ p, li { white-space: pre-wrap; } <addaction name="actionChange_Game"/> <addaction name="actionInstallMod"/> <addaction name="actionNexus"/> + <addaction name="actionModPage"/> <addaction name="actionAdd_Profile"/> <addaction name="actionModify_Executables"/> <addaction name="actionTool"/> @@ -1684,6 +1685,27 @@ p, li { white-space: pre-wrap; } <string>Ctrl+N</string> </property> </action> + <action name="actionModPage"> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/MO/gui/resources/internet-web-browser.png</normaloff>:/MO/gui/resources/internet-web-browser.png</iconset> + </property> + <property name="text"> + <string>Browse Mod Page</string> + </property> + <property name="iconText"> + <string>Browse Mod Page</string> + </property> + <property name="toolTip"> + <string>Browse Mod Page</string> + </property> + <property name="statusTip"> + <string>Browse Mod Page</string> + </property> + <property name="visible"> + <bool>false</bool> + </property> + </action> <action name="actionUpdate"> <property name="enabled"> <bool>false</bool> |
