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 {
player.tabs.push(layer ?? "trees");
}
main.minimized.value = true;
},
onUnlockLayer() {
opened.value = true;