diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-19 11:19:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 18:19:39 +0200 |
| commit | 70509275405d2a5c5e94743786f03b17ef2051f2 (patch) | |
| tree | e98fb95afcd9e8ce499ff02351e3ad963a9c76f8 /src/settingsdialog.ui | |
| parent | 59b5b1cfca1614df681055d98d602692f482f0e2 (diff) | |
Default profile settings (#1869)
* Fix archive parsing and BSA invalidation
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 44 |
1 files changed, 37 insertions, 7 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index a4c9cc7e..27949c3a 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -23,7 +23,7 @@ <attribute name="title"> <string>General</string> </attribute> - <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0"> + <layout class="QGridLayout" name="gridLayout" rowstretch="0"> <item row="0" column="0"> <widget class="QScrollArea" name="generalScrollArea"> <property name="styleSheet"> @@ -44,8 +44,8 @@ <rect> <x>0</x> <y>0</y> - <width>780</width> - <height>502</height> + <width>761</width> + <height>550</height> </rect> </property> <property name="autoFillBackground"> @@ -205,6 +205,36 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_8"> + <property name="title"> + <string>Profile Defaults</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_11"> + <item> + <widget class="QCheckBox" name="localINIs"> + <property name="text"> + <string>Local INIs</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="localSaves"> + <property name="text"> + <string>Local Saves</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="automaticArchiveInvalidation"> + <property name="text"> + <string>Automatic Archive Invalidation</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_9"> <property name="title"> <string>Miscellaneous</string> @@ -1022,8 +1052,8 @@ If you disable this feature, MO will only display official DLCs this way. Please <rect> <x>0</x> <y>0</y> - <width>780</width> - <height>502</height> + <width>778</width> + <height>497</height> </rect> </property> <property name="autoFillBackground"> @@ -1702,8 +1732,8 @@ If you disable this feature, MO will only display official DLCs this way. Please <rect> <x>0</x> <y>0</y> - <width>780</width> - <height>483</height> + <width>778</width> + <height>475</height> </rect> </property> <property name="autoFillBackground"> |
