mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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 {
|
||||
player.tabs.push(layer ?? "trees");
|
||||
}
|
||||
main.minimized.value = true;
|
||||
},
|
||||
onUnlockLayer() {
|
||||
opened.value = true;
|
||||
|
|
Loading…
Reference in a new issue