From f7f7bae6ffaeed6d04c0be4869f4df75df18240a Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Tue, 28 Jun 2022 16:02:14 +0200 Subject: [PATCH] feat: enable lufrai watermark by default --- src/stores.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores.ts b/src/stores.ts index 16173c7..02a35cb 100644 --- a/src/stores.ts +++ b/src/stores.ts @@ -156,7 +156,7 @@ export const createLocalStore = () => email: "", }, logo: undefined, - showLufraiWatermark: false, + showLufraiWatermark: true, useCustomAddress: false, iban: "", },