mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-06-06 23:26:52 +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 {
|
try {
|
||||||
window.localStorage.setItem(HIDDEN_DELETED_ACCOUNT_NORM_IDS_KEY, JSON.stringify(Array.from(ids)))
|
window.localStorage.setItem(HIDDEN_DELETED_ACCOUNT_NORM_IDS_KEY, JSON.stringify(Array.from(ids)))
|
||||||
} catch {
|
} catch {
|
||||||
// 存储配额或隐私模式
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user