removed List.ahk from "#Include"
fixed a bug, which might have occured with the new version of AutoHotkey_L
This commit is contained in:
parent
6c6c00533d
commit
aaa9538f43
2 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,6 @@ Main_toggleBar:
|
|||
Return
|
||||
|
||||
#Include Log.ahk
|
||||
#Include List.ahk
|
||||
#Include Bar.ahk
|
||||
#Include Config.ahk
|
||||
#Include Manager.ahk
|
||||
|
|
|
@ -161,6 +161,7 @@ Monitor_getWorkArea(m) {
|
|||
}
|
||||
}
|
||||
}
|
||||
bTop := 0
|
||||
If Monitor_#%m%_showBar {
|
||||
If (Config_verticalBarPos = "top" Or (Config_verticalBarPos = "tray" And Not m = Manager_taskBarMonitor)) {
|
||||
bTop := monitorTop
|
||||
|
|
Loading…
Reference in a new issue