Copy important settings from previous MASTER settings #202

Merged
trentlarson merged 5 commits from copy-settings into master 2025-09-25 01:29:33 +00:00
Showing only changes of commit f5bea24921 - Show all commits

View File

@@ -306,7 +306,9 @@ export default class IdentitySwitcherView extends Vue {
}
await this.$exec("DELETE FROM accounts WHERE id = ?", [id]);
await this.$exec("DELETE FROM settings WHERE accountDid = ?", [accountDid]);
await this.$exec("DELETE FROM settings WHERE accountDid = ?", [
accountDid,
]);
});
// Update UI