Check the layout to the saved layout

forgot to change this if statement to check against a variable that actually exists
This commit is contained in:
David Martin 2020-10-26 05:09:41 -05:00 committed by GitHub
parent ccbbda3858
commit 76b9b7319d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,7 +344,7 @@ function activateFunbox(funbox, mode) {
}
if (funbox !== "layoutfluid" || mode !== "script") {
if (config.layout !== memoryFunboxKeyboardLayout) {
if (config.layout !== config.layoutBeforeLayoutfluid) {
changeLayout(config.layoutBeforeLayoutfluid);
}
}