Fix Qt <6.7 build and allow speed limit to be saved
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
609f5e48e0
commit
8795b96d46
4 changed files with 4 additions and 2 deletions
src/common
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue