diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-04 21:01:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 21:01:49 +0200 |
commit | 5fb096d7b9689ec4f6b45e2db608047b5ed92c34 (patch) | |
tree | d086f6dd0114bb5fe133ebe6a5ca9c347ec1d0bf /launcher/ui/pages/global/JavaPage.ui | |
parent | 115d8b594509501158874205e657987883ebf8f4 (diff) | |
parent | 9180c751d8d6b51e1fc34ce84b2a705954b98d31 (diff) | |
download | PrismLauncher-5fb096d7b9689ec4f6b45e2db608047b5ed92c34.tar.gz PrismLauncher-5fb096d7b9689ec4f6b45e2db608047b5ed92c34.tar.bz2 PrismLauncher-5fb096d7b9689ec4f6b45e2db608047b5ed92c34.zip |
Merge pull request #345 from Scrumplex/handle-incompatible-java
Diffstat (limited to 'launcher/ui/pages/global/JavaPage.ui')
-rw-r--r-- | launcher/ui/pages/global/JavaPage.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/JavaPage.ui b/launcher/ui/pages/global/JavaPage.ui index b67e9994..d27b200f 100644 --- a/launcher/ui/pages/global/JavaPage.ui +++ b/launcher/ui/pages/global/JavaPage.ui @@ -222,6 +222,22 @@ </property> </widget> </item> + <item row="4" column="1"> + <widget class="QCheckBox" name="skipCompatibilityCheckbox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>If enabled, the launcher will not check if an instance is compatible with the selected Java version.</string> + </property> + <property name="text"> + <string>Skip Java compatibility checks</string> + </property> + </widget> + </item> </layout> </widget> </item> |