mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
Hide decorating button once they're all decorated
This commit is contained in:
parent
2035ac7e03
commit
bef5ce94ec
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ const layer = createLayer(id, () => {
|
|||
);
|
||||
})
|
||||
}),
|
||||
visibility: () => showIf(main.day.value === day),
|
||||
canClick() {
|
||||
return main.isMastery.value || Decimal.gte(wrappingPaperSum.value, masteryReq.value);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue