diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-07 20:56:08 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-10 10:27:30 +0100 |
| commit | fc60ea5b7a023493375a6fced6572156f48e36c3 (patch) | |
| tree | e21d7d1d5941d271fadece63001dd3126460d441 /src/settingsdialog.ui | |
| parent | 80371ae2ccdb233f9aa92c8982bad6a136c54ae9 (diff) | |
Add option to have different separator collapsed/expanded states between profiles.
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 527f9a91..b09a26de 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -331,6 +331,19 @@ If you disable this feature, MO will only display official DLCs this way. Please </property> </widget> </item> + <item> + <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> </widget> </item> |
