1
0
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:
mvoelkel 2016-07-12 18:47:26 +02:00
parent 6f08c7709a
commit 6862ed2652

View File

@ -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