enable isMovable

This commit is contained in:
cl0vrfi3ld
2025-07-04 12:07:02 -04:00
parent 6366116c54
commit 62e90db10f

View File

@@ -16,7 +16,7 @@
svgIcon = builtins.readFile ./icon.svg;
showUrl = true;
primarySubdomain = "subdomain";
isMovable = false;
isMovable = true;
isRequired = false;
canBeBackedUp = true;
backupDescription = "Your budgets, settings, and account secrets (where applicable).";