Change ephemeral settings to only persist in ephemeralConfig
This commit is contained in:
parent
07e2fb7f60
commit
73e8bec42f
18 changed files with 295 additions and 265 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -41,7 +41,6 @@ import type { SocketStatus } from './types/SocketStatus';
|
|||
import type SyncRequest from './textsecure/SyncRequest';
|
||||
import type { MessageCache } from './services/MessageCache';
|
||||
import type { StateType } from './state/reducer';
|
||||
import type { SystemTraySetting } from './types/SystemTraySetting';
|
||||
import type { Address } from './types/Address';
|
||||
import type { QualifiedAddress } from './types/QualifiedAddress';
|
||||
import type { CIType } from './CI';
|
||||
|
@ -88,7 +87,6 @@ export type IPCType = {
|
|||
showWindowsNotification: (data: WindowsNotificationData) => Promise<void>;
|
||||
shutdown: () => void;
|
||||
titleBarDoubleClick: () => void;
|
||||
updateSystemTraySetting: (value: SystemTraySetting) => void;
|
||||
updateTrayIcon: (count: number) => void;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue