aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/SettingsStore.js')
-rw-r--r--src/stores/SettingsStore.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index 075cb6482..82fc2a279 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -1,4 +1,3 @@
1import { ipcRenderer } from 'electron';
2import { action, computed, observable } from 'mobx'; 1import { action, computed, observable } from 'mobx';
3import localStorage from 'mobx-localstorage'; 2import localStorage from 'mobx-localstorage';
4 3
@@ -65,11 +64,6 @@ export default class SettingsStore extends Store {
65 } 64 }
66 } 65 }
67 66
68 // Reactions
69 _shareSettingsWithMainProcess() {
70 ipcRenderer.send('settings', this.all);
71 }
72
73 // Helper 67 // Helper
74 _migrate() { 68 _migrate() {
75 const legacySettings = localStorage.getItem('app'); 69 const legacySettings = localStorage.getItem('app');