diff options
author | Petr Mrázek <peterix@gmail.com> | 2020-09-10 23:10:17 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2020-09-10 23:10:17 +0200 |
commit | 5180536cc3a96ab2e6894fb1a8a5922dae6bcd21 (patch) | |
tree | a3d0d1c36f479ebf48bfa268fbf7d6e487d839b2 /application/pages/global/MinecraftPage.ui | |
parent | 27e43d037e3b75862542c6437ccb59e1d42452d5 (diff) | |
download | PrismLauncher-5180536cc3a96ab2e6894fb1a8a5922dae6bcd21.tar.gz PrismLauncher-5180536cc3a96ab2e6894fb1a8a5922dae6bcd21.tar.bz2 PrismLauncher-5180536cc3a96ab2e6894fb1a8a5922dae6bcd21.zip |
NOISSUE add a way to use native system versions of OpenAL and GLFW
If your OS comes with patched/fixed/newer versions of those,
you can now check the checkboxes and stop using the old ones
shipped by Mojang.
Diffstat (limited to 'application/pages/global/MinecraftPage.ui')
-rw-r--r-- | application/pages/global/MinecraftPage.ui | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/application/pages/global/MinecraftPage.ui b/application/pages/global/MinecraftPage.ui index 9a18927a..c096c969 100644 --- a/application/pages/global/MinecraftPage.ui +++ b/application/pages/global/MinecraftPage.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>545</width> - <height>195</height> + <width>936</width> + <height>1134</height> </rect> </property> <property name="sizePolicy"> @@ -112,6 +112,29 @@ </widget> </item> <item> + <widget class="QGroupBox" name="nativeLibWorkaroundGroupBox"> + <property name="title"> + <string>Native library workarounds</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <widget class="QCheckBox" name="useNativeGLFWCheck"> + <property name="text"> + <string>Use system installation of GLFW</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="useNativeOpenALCheck"> + <property name="text"> + <string>Use system installation of OpenAL</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <spacer name="verticalSpacerMinecraft"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -135,6 +158,8 @@ <tabstop>maximizedCheckBox</tabstop> <tabstop>windowWidthSpinBox</tabstop> <tabstop>windowHeightSpinBox</tabstop> + <tabstop>useNativeGLFWCheck</tabstop> + <tabstop>useNativeOpenALCheck</tabstop> </tabstops> <resources/> <connections/> |