Fix non-Linux build

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2024-11-07 00:22:22 +00:00
parent e6d4e5d78d
commit 223b6b3b2b
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

View File

@ -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)) {