fix problem clicking on offer-delivery, plus some other hardening and phrasing

This commit is contained in:
2025-06-08 20:13:32 -06:00
parent dcd0cc4c20
commit 5976a4995e
7 changed files with 17 additions and 21 deletions

View File

@@ -1239,6 +1239,7 @@ export default class AccountViewView extends Vue {
*/
async initializeState() {
let settings = await databaseUtil.retrieveSettingsForActiveAccount();
console.log("settings", settings);
if (USE_DEXIE_DB) {
await db.open();
settings = await retrieveSettingsForActiveAccount();