Fix Monitor logic

This commit is contained in:
evilC 2018-03-30 19:00:33 +01:00
parent 6e7a47c93c
commit 2717e494ee

View File

@ -16,7 +16,7 @@ global Monitor := MonitorWrapper.GetInstance()
DeviceList := MonitorWrapper.GetDeviceList() DeviceList := MonitorWrapper.GetDeviceList()
start := 1 start := 0
Gui, Add, Text, w300 Center Section, Keyboards Gui, Add, Text, w300 Center Section, Keyboards
Loop 2 { Loop 2 {
@ -33,7 +33,7 @@ Loop 2 {
} }
if (!IsMouse){ if (!IsMouse){
Gui, Add, Text, x+5 ym w300 Center Section, Mice Gui, Add, Text, x+5 ym w300 Center Section, Mice
start := 11 start := 10
} }
} }