FreeTube/src/renderer/store
Svallinn 7e94abb3b4
Main+App+Store: Implement basic setting sync between Electron windows
The app utilizes the Electron IPC to communicate settings' updates
to the other existing windows.

This is still at a fairly rudimentary stage, since some settings are
not syncing at all, while other settings have related side effects that
are not currently being propagated to the remaining windows.

An example of this would be the 'uiScale' setting, in which
the value is properly synced, but the app's actual scaling isn't.
2021-06-11 02:56:39 +01:00
..
modules Main+App+Store: Implement basic setting sync between Electron windows 2021-06-11 02:56:39 +01:00
datastores.js Store: Move `nedb`'s `Datastore` instances to their own file 2021-06-11 02:56:39 +01:00
index.js Push Latest Code to Repository 2020-02-16 13:30:00 -05:00