Fix Qt <6.7 build and allow speed limit to be saved

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-23 18:36:39 -04:00
parent 609f5e48e0
commit 8795b96d46
4 changed files with 4 additions and 2 deletions

View file

@ -759,6 +759,7 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
if (setting.Switchable() && Settings::IsConfiguringGlobal() && !runtime_lock) {
enable &= setting.UsingGlobal();
}
this->setEnabled(enable);
this->setToolTip(tooltip);