aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-11-23 16:09:12 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-11-23 16:09:12 +0100
commitb25829645d15aa54caf9ea4f53de2489ea04f863 (patch)
tree4df8b715f4b4587a3b04061b4cf2ac8c50b1e375 /src/mainwindow
parentUpdate About Dialog text (diff)
downloadsmolbote-b25829645d15aa54caf9ea4f53de2489ea04f863.tar.xz
Adding and Removing plugins at runtime
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/mainwindow.ui11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui
index 587b4fd..309bfaf 100644
--- a/src/mainwindow/mainwindow.ui
+++ b/src/mainwindow/mainwindow.ui
@@ -58,6 +58,8 @@
<addaction name="actionBookmarks"/>
<addaction name="actionDownloads"/>
<addaction name="separator"/>
+ <addaction name="actionAddPlugin"/>
+ <addaction name="separator"/>
</widget>
<widget class="QMenu" name="menuPage">
<property name="title">
@@ -154,12 +156,17 @@
</action>
<action name="actionBookmarks">
<property name="text">
- <string>Bookmarks</string>
+ <string>&amp;Bookmarks</string>
</property>
</action>
<action name="actionDownloads">
<property name="text">
- <string>Downloads</string>
+ <string>&amp;Downloads</string>
+ </property>
+ </action>
+ <action name="actionAddPlugin">
+ <property name="text">
+ <string>Add Plugin</string>
</property>
</action>
</widget>