diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-18 08:21:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 08:21:41 +0100 |
| commit | 59f055ba93381b965cdc04557ac1dce2df36bd07 (patch) | |
| tree | da831741fc6100921fe47ad2f20ab4f8b5605ef2 /src/settingsdialog.ui | |
| parent | 2b1f01cba2a50a17db69187a1b4cbecf5a0fb65d (diff) | |
| parent | 1644d30e59e03b90a8a392ff54cdec527d4a85a5 (diff) | |
Merge pull request #1368 from Holt59/new-settings
Add settings to not check update on mod install and to auto-collapse on hover.
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 55 |
1 files changed, 42 insertions, 13 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index bcef5d95..a223d628 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -282,6 +282,35 @@ If you disable this feature, MO will only display official DLCs this way. Please </widget> </item> <item> + <widget class="QCheckBox" name="checkUpdateInstallBox"> + <property name="toolTip"> + <string>Check if updates are available for mods after installing them.</string> + </property> + <property name="whatsThis"> + <string>Check if updates are available for mods after installing them.</string> + </property> + <property name="text"> + <string>Check for updates when installing mods</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="autoCollapseDelayBox"> + <property name="toolTip"> + <string>Automatically collapse separators, categories or nexus ids after a delay when hovering them during drag.</string> + </property> + <property name="whatsThis"> + <string>Automatically collapse separators, categories or nexus ids after a delay when hovering them during drag.</string> + </property> + <property name="text"> + <string>Automatically collapse items during drag on hover</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_9"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -352,19 +381,6 @@ If you disable this feature, MO will only display official DLCs this way. Please </property> </widget> </item> - <item row="1" column="0" colspan="3"> - <widget class="QCheckBox" name="collapsibleSeparatorsPerProfileBox"> - <property name="toolTip"> - <string>Do not share the collapse/expanded state of separators between profiles.</string> - </property> - <property name="whatsThis"> - <string>Do not share the collapse/expanded state of separators between profiles.</string> - </property> - <property name="text"> - <string>Profile-specific collapse states for separators</string> - </property> - </widget> - </item> <item row="3" column="2"> <widget class="QCheckBox" name="collapsibleSeparatorsIconsFlagsBox"> <property name="text"> @@ -461,6 +477,19 @@ If you disable this feature, MO will only display official DLCs this way. Please </property> </widget> </item> + <item row="1" column="0" colspan="5"> + <widget class="QCheckBox" name="collapsibleSeparatorsPerProfileBox"> + <property name="toolTip"> + <string>Do not share the collapse/expanded state of separators between profiles.</string> + </property> + <property name="whatsThis"> + <string>Do not share the collapse/expanded state of separators between profiles.</string> + </property> + <property name="text"> + <string>Profile-specific collapse states for separators</string> + </property> + </widget> + </item> </layout> </item> </layout> |
