mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
System settings default for msmode fixed
This commit is contained in:
parent
6f08c7709a
commit
6862ed2652
@ -87,7 +87,7 @@ function GetMSMode()
|
|||||||
if tmp then
|
if tmp then
|
||||||
msmode = tmp:read("*l")
|
msmode = tmp:read("*l")
|
||||||
tmp:close()
|
tmp:close()
|
||||||
elseif ReadSetting('noswitch') then
|
elseif ReadSetting('noswitch') == "true" then
|
||||||
msmode = "none"
|
msmode = "none"
|
||||||
end
|
end
|
||||||
return msmode
|
return msmode
|
||||||
|
Loading…
Reference in New Issue
Block a user