Subscribe to theme change in settings
This commit is contained in:
parent
64fc234490
commit
bdf1287403
8 changed files with 50 additions and 13 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -474,6 +474,7 @@ declare global {
|
|||
SignalWindow: {
|
||||
Settings: {
|
||||
themeSetting: SettingType<IPCEventsValuesType['themeSetting']>;
|
||||
waitForChange: () => Promise<void>;
|
||||
};
|
||||
config: string;
|
||||
context: SignalContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue