Always persist last version when deleting configuration

This commit is contained in:
Scott Nonnenberg 2024-02-06 18:52:44 -08:00 committed by GitHub
parent 748cb1abc8
commit 5bd287e707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -44,5 +44,6 @@ export const STORAGE_UI_KEYS: ReadonlyArray<keyof StorageAccessType> = [
'system-tray-setting',
'textFormatting',
'theme-setting',
'version',
'zoomFactor',
];