Make explicit storage item preserve/remove behavior on unlink

This commit is contained in:
trevor-signal
2026-03-16 09:33:49 -07:00
committed by GitHub
parent e024df318e
commit 178e93924f
16 changed files with 627 additions and 413 deletions

View File

@@ -5,7 +5,7 @@ import { ipcRenderer } from 'electron';
import type { SystemPreferences } from 'electron';
import lodash from 'lodash';
import type { ZoomFactorType } from '../types/Storage.d.ts';
import type { ZoomFactorType } from '../types/StorageKeys.std.js';
import * as Errors from '../types/errors.std.js';
import * as Stickers from '../types/Stickers.preload.js';
import * as Settings from '../types/Settings.std.js';