fix some other oopsies here
This commit is contained in:
parent
4c9d359a49
commit
421c12f081
|
@ -6,10 +6,10 @@ local dotColor = 'blue'
|
|||
|
||||
client.setwindowsize(client.getwindowsize()) -- assert a sane resolution
|
||||
console.writeline("Window size must be at an integer scale for this script to work, this will be asserted now and for screen layout changes")
|
||||
console.writeline("WARNING! Using a higher than support window size for your monitor may cause this script to fail! (e.g. 1980x1080 cannot go past 2x window size)")
|
||||
console.writeline("WARNING! Using a higher than supported window size for your monitor may cause this script to fail! (e.g. 1980x1080 should not go past 2x window size)")
|
||||
console.writeline("Keep the window size in the bounds of your resolution!")
|
||||
|
||||
local prevScreenLayout = nds.getscreenlayout()
|
||||
prevScreenLayout = nds.getscreenlayout()
|
||||
|
||||
function ResolveSettingIssuesIfNeeded()
|
||||
local screenLayout = nds.getscreenlayout()
|
||||
|
|
Loading…
Reference in New Issue