1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Hide mobile-only options on PC

This commit is contained in:
Ivan Savenko 2024-06-06 13:36:14 +00:00
parent ae27b65435
commit 1020477b6e

View File

@ -85,6 +85,8 @@ void CSettingsView::loadSettings()
ui->sliderReservedArea->hide();
ui->labelCursorTypeMobile->hide();
ui->comboBoxCursorTypeMobile->hide();
ui->comboBoxRelativeCursorMode->hide();
ui->sliderRelativeCursorSpeed->hide();
if (settings["video"]["realFullscreen"].Bool())
ui->comboBoxFullScreen->setCurrentIndex(2);
else