mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-16 07:36:47 +00:00
1
Remove comment about storage quota or privacy mode.
This commit is contained in:
@@ -65,7 +65,7 @@ const writeHiddenDeletedAccountNormIds = (ids: Set<string>): void => {
|
||||
try {
|
||||
window.localStorage.setItem(HIDDEN_DELETED_ACCOUNT_NORM_IDS_KEY, JSON.stringify(Array.from(ids)))
|
||||
} catch {
|
||||
// 存储配额或隐私模式
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user