diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-12-29 07:29:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-29 07:29:53 -0500 |
| commit | 1b101bda36ed66d08fa597a8956369c9e0af8519 (patch) | |
| tree | f8a62cc4ac8fb318ef4e86053e389a3187968940 /src/mainwindow.ui | |
| parent | 4b059fa71f0d5043bfac8e48757c69b11a6168c6 (diff) | |
| parent | 33a177f1eda90b4d1fff92976635beaa59f85172 (diff) | |
Merge pull request #1333 from isanae/more-stuff-2
More stuff 2
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 692246fd..14cbdda1 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1413,6 +1413,7 @@ p, li { white-space: pre-wrap; } <addaction name="actionNexus"/> <addaction name="actionModPage"/> <addaction name="actionAdd_Profile"/> + <addaction name="action_Refresh"/> <addaction name="actionModify_Executables"/> <addaction name="actionTool"/> <addaction name="actionSettings"/> @@ -1482,6 +1483,7 @@ p, li { white-space: pre-wrap; } <addaction name="actionToolBarTextOnly"/> <addaction name="actionToolBarIconsAndText"/> </widget> + <addaction name="action_Refresh"/> <addaction name="menuToolbars"/> <addaction name="actionViewLog"/> <addaction name="separator"/> @@ -1896,6 +1898,18 @@ p, li { white-space: pre-wrap; } <string>Log</string> </property> </action> + <action name="action_Refresh"> + <property name="icon"> + <iconset resource="resources.qrc"> + <normaloff>:/MO/gui/resources/view-refresh.png</normaloff>:/MO/gui/resources/view-refresh.png</iconset> + </property> + <property name="text"> + <string>&Refresh</string> + </property> + <property name="shortcut"> + <string>F5</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
