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
src/common

View file

@ -201,7 +201,7 @@ struct Values {
"memory_layout_mode",
Category::Core};
SwitchableSetting<bool> use_speed_limit{
linkage, true, "use_speed_limit", Category::Core, Specialization::Paired, false, true};
linkage, true, "use_speed_limit", Category::Core, Specialization::Paired, true, true};
SwitchableSetting<u16, true> speed_limit{linkage,
100,
0,