From d56efe250e8b83930d71793c44e6ba58cdecdaf4 Mon Sep 17 00:00:00 2001 From: Tom Sherman Date: Thu, 13 Feb 2025 01:11:13 +0000 Subject: Add dev mode for easy copying of at:// URIs and DIDs (#7723) * Add dev mode for easy copying at:// URIs and DIDs * Use storage API * Share text instead of URL * Cleanup persisted schema * Change translation msg --- src/storage/schema.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage') diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 667b43208..0e9b1985c 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -9,6 +9,7 @@ export type Device = { countryCode: string | undefined } trendingBetaEnabled: boolean + devMode: boolean } export type Account = { -- cgit 1.4.1