1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

clipboard: persistence off by default

- It's a little risky and messy of a default
This commit is contained in:
bbedward
2025-12-11 16:28:56 -05:00
parent bdc0e8e0fc
commit 7c4b383477

View File

@@ -30,6 +30,7 @@ func DefaultConfig() Config {
MaxEntrySize: 5 * 1024 * 1024,
AutoClearDays: 0,
ClearAtStartup: false,
DisablePersist: true,
}
}