mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Add backup support for pinned messages
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
@@ -8,8 +8,13 @@
|
||||
mocha.setup('bdd');
|
||||
mocha.setup({ timeout: 10000 });
|
||||
|
||||
let themeSetting = 'light';
|
||||
|
||||
window.Events = {
|
||||
getThemeSetting: () => 'light',
|
||||
getThemeSetting: () => themeSetting,
|
||||
setThemeSetting: (newSetting) => {
|
||||
themeSetting = newSetting;
|
||||
},
|
||||
addDarkOverlay: () => undefined,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user