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; svgIcon = builtins.readFile ./icon.svg;
showUrl = true; showUrl = true;
primarySubdomain = "subdomain"; primarySubdomain = "subdomain";
isMovable = false; isMovable = true;
isRequired = false; isRequired = false;
canBeBackedUp = true; canBeBackedUp = true;
backupDescription = "Your budgets, settings, and account secrets (where applicable)."; backupDescription = "Your budgets, settings, and account secrets (where applicable).";