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:
parent
a81342c954
commit
d05e3ffb7f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue