Disable respectOSkbd checkbox

This is not ready yet. See discussion in #6450.
This commit is contained in:
Jean-Marc Lasgouttes 2021-01-25 18:35:41 +01:00
parent ea0049aec8
commit 6bf8a0ade8

View File

@ -2453,6 +2453,9 @@ PrefLanguage::PrefLanguage(GuiPreferences * form)
index.data(Qt::UserRole).toString());
}
uiLanguageCO->blockSignals(false);
// FIXME: restore this when it works (see discussion in #6450).
respectOSkbdCB->hide();
}