1
0
Fork 0
mirror of https://github.com/thepaperpilot/Advent-Incremental.git synced 2025-04-25 02:31:04 +00:00

Minimize calendar layer when opening layer

This commit is contained in:
thepaperpilot 2022-12-01 08:18:16 -06:00
parent a81342c954
commit d05e3ffb7f

View file

@ -75,6 +75,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
} else { } else {
player.tabs.push(layer ?? "trees"); player.tabs.push(layer ?? "trees");
} }
main.minimized.value = true;
}, },
onUnlockLayer() { onUnlockLayer() {
opened.value = true; opened.value = true;