diff options
Diffstat (limited to 'windows/neo-vars/src/source/varsfunctions.ahk')
-rw-r--r-- | windows/neo-vars/src/source/varsfunctions.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk index 0532a64..5d05505 100644 --- a/windows/neo-vars/src/source/varsfunctions.ahk +++ b/windows/neo-vars/src/source/varsfunctions.ahk @@ -124,7 +124,7 @@ rerun: CharOutUp(PR%PhysKey%)
PR%PhysKey% := ""
}
- if (BSTNguiErstellt)
+ if (useBSTN)
BSTNUpdate()
}
|