inspector should be off unless debugging

This commit is contained in:
julian 2024-04-23 10:55:11 -06:00
parent 3fe7f47d8b
commit 76a0a82b24

View file

@ -72,7 +72,7 @@ class MainDB {
],
directory: (await StackFileSystem.applicationIsarDirectory()).path,
// inspector: kDebugMode,
inspector: true,
inspector: false,
name: "wallet_data",
maxSizeMiB: 512,
);