mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	System settings default for msmode fixed
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user