System settings default for msmode fixed

This commit is contained in:
mvoelkel 2016-07-12 18:47:26 +02:00
parent 6f08c7709a
commit 6862ed2652
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function GetMSMode()
if tmp then
msmode = tmp:read("*l")
tmp:close()
elseif ReadSetting('noswitch') then
elseif ReadSetting('noswitch') == "true" then
msmode = "none"
end
return msmode