add DB setup with migrations

This commit is contained in:
2025-05-25 11:06:30 -06:00
parent 54f269054f
commit 8c3920e108
6 changed files with 185 additions and 31 deletions

View File

@@ -333,7 +333,6 @@ export default class ImageMethodDialog extends Vue {
* @throws {Error} When settings retrieval fails
*/
async mounted() {
logger.log("ImageMethodDialog mounted");
try {
const settings = await retrieveSettingsForActiveAccount();
this.activeDid = settings.activeDid || "";