mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Make option groups plural
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
71998cb7d9
commit
71904b52c1
1 changed files with 10 additions and 10 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<item>
|
||||
<widget class="QGroupBox" name="categoryGroup">
|
||||
<property name="title">
|
||||
<string>Category</string>
|
||||
<string>Categories</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<item>
|
||||
<widget class="QGroupBox" name="loaderGroup">
|
||||
<property name="title">
|
||||
<string>Loader</string>
|
||||
<string>Loaders</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
<item>
|
||||
<widget class="QGroupBox" name="minecraftVersionGroup">
|
||||
<property name="title">
|
||||
<string>Version</string>
|
||||
<string>Versions</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
|
|
@ -112,12 +112,6 @@
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="CheckComboBox" name="versions"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="version"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="showAllVersions">
|
||||
<property name="text">
|
||||
|
|
@ -125,13 +119,19 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="CheckComboBox" name="versions"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="version"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="environmentGroup">
|
||||
<property name="title">
|
||||
<string>Environment</string>
|
||||
<string>Environments</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue