Skip to content

Commit

Permalink
Overlays were not being merged correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Sep 8, 2023
1 parent 26c332f commit ad7ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class Configure {
}

const files = await Promise.all(list)
if (config.overlay) {
if (config.overlay === undefined) {
config.overlay = {}
}
const hardwareLayoutData = this.#bstrToUi8(JSON.stringify({
Expand Down

0 comments on commit ad7ecc6

Please sign in to comment.