mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 21:30:18 +02:00
Fix non-Linux build
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
e6d4e5d78d
commit
223b6b3b2b
@ -137,7 +137,7 @@ void MinecraftSettingsWidget::loadSettings()
|
||||
m_ui->useZink->setChecked(settings->get("UseZink").toBool());
|
||||
|
||||
#if !defined(Q_OS_LINUX)
|
||||
m_ui->settingsTabs->setTabVisible(ui->settingsTabs->indexOf(ui->performancePage), false);
|
||||
m_ui->perfomanceGroupBox->hide();
|
||||
#endif
|
||||
|
||||
if (!(APPLICATION->capabilities() & Application::SupportsGameMode)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user