mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Refactor app initialization logic
This commit is contained in:
@@ -37,6 +37,7 @@ global.window = {
|
||||
storage: {
|
||||
get: key => storageMap.get(key),
|
||||
put: async (key, value) => storageMap.set(key, value),
|
||||
remove: async key => storageMap.clear(key),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user