aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json147
-rw-r--r--package.json2
-rw-r--r--src/components/settings/settings/EditSettingsForm.js12
-rw-r--r--src/containers/settings/EditSettingsScreen.js6
-rw-r--r--src/electron/ipc-api/index.js2
-rw-r--r--src/electron/ipc-api/processManager.js8
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json168
7 files changed, 93 insertions, 252 deletions
diff --git a/package-lock.json b/package-lock.json
index 7b84829b2..027565da0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10782,6 +10782,7 @@
10782 "version": "1.0.1", 10782 "version": "1.0.1",
10783 "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", 10783 "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
10784 "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", 10784 "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
10785 "dev": true,
10785 "requires": { 10786 "requires": {
10786 "es5-ext": "^0.10.50", 10787 "es5-ext": "^0.10.50",
10787 "type": "^1.0.1" 10788 "type": "^1.0.1"
@@ -12170,35 +12171,6 @@
12170 } 12171 }
12171 } 12172 }
12172 }, 12173 },
12173 "electron-process-manager": {
12174 "version": "git+https://git@github.com/dizer/electron-process-manager.git#6700fc0d777aca55d1a891add363996c281a0874",
12175 "from": "git+https://git@github.com/dizer/electron-process-manager.git"
12176 },
12177 "electron-process-reporter": {
12178 "version": "git+https://git@github.com/dizer/electron-process-reporter.git#6c4b68572ecc7e76b60459a7b03a411c8c139fd4",
12179 "from": "git+https://git@github.com/dizer/electron-process-reporter.git",
12180 "requires": {
12181 "memoizee": "^0.4.14",
12182 "pidtree": "^0.3.0",
12183 "pidusage": "2.0.16",
12184 "rxjs": "^5.5.6"
12185 },
12186 "dependencies": {
12187 "rxjs": {
12188 "version": "5.5.12",
12189 "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz",
12190 "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==",
12191 "requires": {
12192 "symbol-observable": "1.0.1"
12193 }
12194 },
12195 "symbol-observable": {
12196 "version": "1.0.1",
12197 "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz",
12198 "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ="
12199 }
12200 }
12201 },
12202 "electron-publish": { 12174 "electron-publish": {
12203 "version": "22.10.5", 12175 "version": "22.10.5",
12204 "resolved": "https://registry.npmjs.org/electron-publish/-/electron-publish-22.10.5.tgz", 12176 "resolved": "https://registry.npmjs.org/electron-publish/-/electron-publish-22.10.5.tgz",
@@ -13398,6 +13370,7 @@
13398 "version": "0.10.51", 13370 "version": "0.10.51",
13399 "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.51.tgz", 13371 "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.51.tgz",
13400 "integrity": "sha512-oRpWzM2WcLHVKpnrcyB7OW8j/s67Ba04JCm0WnNv3RiABSvs7mrQlutB8DBv793gKcp0XENR8Il8WxGTlZ73gQ==", 13372 "integrity": "sha512-oRpWzM2WcLHVKpnrcyB7OW8j/s67Ba04JCm0WnNv3RiABSvs7mrQlutB8DBv793gKcp0XENR8Il8WxGTlZ73gQ==",
13373 "dev": true,
13401 "requires": { 13374 "requires": {
13402 "es6-iterator": "~2.0.3", 13375 "es6-iterator": "~2.0.3",
13403 "es6-symbol": "~3.1.1", 13376 "es6-symbol": "~3.1.1",
@@ -13415,6 +13388,7 @@
13415 "version": "2.0.3", 13388 "version": "2.0.3",
13416 "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", 13389 "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
13417 "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", 13390 "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
13391 "dev": true,
13418 "requires": { 13392 "requires": {
13419 "d": "1", 13393 "d": "1",
13420 "es5-ext": "^0.10.35", 13394 "es5-ext": "^0.10.35",
@@ -13440,6 +13414,7 @@
13440 "version": "3.1.2", 13414 "version": "3.1.2",
13441 "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.2.tgz", 13415 "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.2.tgz",
13442 "integrity": "sha512-/ZypxQsArlv+KHpGvng52/Iz8by3EQPxhmbuz8yFG89N/caTFBSbcXONDw0aMjy827gQg26XAjP4uXFvnfINmQ==", 13416 "integrity": "sha512-/ZypxQsArlv+KHpGvng52/Iz8by3EQPxhmbuz8yFG89N/caTFBSbcXONDw0aMjy827gQg26XAjP4uXFvnfINmQ==",
13417 "dev": true,
13443 "requires": { 13418 "requires": {
13444 "d": "^1.0.1", 13419 "d": "^1.0.1",
13445 "es5-ext": "^0.10.51" 13420 "es5-ext": "^0.10.51"
@@ -13449,6 +13424,7 @@
13449 "version": "2.0.3", 13424 "version": "2.0.3",
13450 "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", 13425 "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
13451 "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", 13426 "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
13427 "dev": true,
13452 "requires": { 13428 "requires": {
13453 "d": "1", 13429 "d": "1",
13454 "es5-ext": "^0.10.46", 13430 "es5-ext": "^0.10.46",
@@ -13952,15 +13928,6 @@
13952 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 13928 "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
13953 "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" 13929 "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
13954 }, 13930 },
13955 "event-emitter": {
13956 "version": "0.3.5",
13957 "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
13958 "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
13959 "requires": {
13960 "d": "1",
13961 "es5-ext": "~0.10.14"
13962 }
13963 },
13964 "event-stream": { 13931 "event-stream": {
13965 "version": "3.3.4", 13932 "version": "3.3.4",
13966 "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", 13933 "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz",
@@ -14481,21 +14448,6 @@
14481 } 14448 }
14482 } 14449 }
14483 }, 14450 },
14484 "ext": {
14485 "version": "1.4.0",
14486 "resolved": "https://registry.npmjs.org/ext/-/ext-1.4.0.tgz",
14487 "integrity": "sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==",
14488 "requires": {
14489 "type": "^2.0.0"
14490 },
14491 "dependencies": {
14492 "type": {
14493 "version": "2.1.0",
14494 "resolved": "https://registry.npmjs.org/type/-/type-2.1.0.tgz",
14495 "integrity": "sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA=="
14496 }
14497 }
14498 },
14499 "ext-list": { 14451 "ext-list": {
14500 "version": "2.2.2", 14452 "version": "2.2.2",
14501 "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz", 14453 "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz",
@@ -22476,14 +22428,6 @@
22476 } 22428 }
22477 } 22429 }
22478 }, 22430 },
22479 "lru-queue": {
22480 "version": "0.1.0",
22481 "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz",
22482 "integrity": "sha1-Jzi9nw089PhEkMVzbEhpmsYyzaM=",
22483 "requires": {
22484 "es5-ext": "~0.10.2"
22485 }
22486 },
22487 "lru_map": { 22431 "lru_map": {
22488 "version": "0.3.3", 22432 "version": "0.3.3",
22489 "resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz", 22433 "resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz",
@@ -22929,59 +22873,6 @@
22929 "p-is-promise": "^2.0.0" 22873 "p-is-promise": "^2.0.0"
22930 } 22874 }
22931 }, 22875 },
22932 "memoizee": {
22933 "version": "0.4.15",
22934 "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz",
22935 "integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==",
22936 "requires": {
22937 "d": "^1.0.1",
22938 "es5-ext": "^0.10.53",
22939 "es6-weak-map": "^2.0.3",
22940 "event-emitter": "^0.3.5",
22941 "is-promise": "^2.2.2",
22942 "lru-queue": "^0.1.0",
22943 "next-tick": "^1.1.0",
22944 "timers-ext": "^0.1.7"
22945 },
22946 "dependencies": {
22947 "es5-ext": {
22948 "version": "0.10.53",
22949 "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.53.tgz",
22950 "integrity": "sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==",
22951 "requires": {
22952 "es6-iterator": "~2.0.3",
22953 "es6-symbol": "~3.1.3",
22954 "next-tick": "~1.0.0"
22955 },
22956 "dependencies": {
22957 "next-tick": {
22958 "version": "1.0.0",
22959 "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
22960 "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
22961 }
22962 }
22963 },
22964 "es6-symbol": {
22965 "version": "3.1.3",
22966 "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
22967 "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
22968 "requires": {
22969 "d": "^1.0.1",
22970 "ext": "^1.1.2"
22971 }
22972 },
22973 "is-promise": {
22974 "version": "2.2.2",
22975 "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
22976 "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ=="
22977 },
22978 "next-tick": {
22979 "version": "1.1.0",
22980 "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
22981 "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ=="
22982 }
22983 }
22984 },
22985 "memory-fs": { 22876 "memory-fs": {
22986 "version": "0.4.1", 22877 "version": "0.4.1",
22987 "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", 22878 "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
@@ -23675,7 +23566,8 @@
23675 "next-tick": { 23566 "next-tick": {
23676 "version": "1.0.0", 23567 "version": "1.0.0",
23677 "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", 23568 "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
23678 "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" 23569 "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
23570 "dev": true
23679 }, 23571 },
23680 "nice-try": { 23572 "nice-try": {
23681 "version": "1.0.5", 23573 "version": "1.0.5",
@@ -25711,19 +25603,6 @@
25711 "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", 25603 "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
25712 "dev": true 25604 "dev": true
25713 }, 25605 },
25714 "pidtree": {
25715 "version": "0.3.1",
25716 "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz",
25717 "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA=="
25718 },
25719 "pidusage": {
25720 "version": "2.0.16",
25721 "resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.16.tgz",
25722 "integrity": "sha512-9dhSBxpGvvpyycCukU8CqTqJ+YT8aVZ/AI1/hGWhU5nAAOs0zYBYMyIYBU/grKeCYuTS26TVllIRvf5vAfsgvw==",
25723 "requires": {
25724 "safe-buffer": "^5.1.2"
25725 }
25726 },
25727 "pify": { 25606 "pify": {
25728 "version": "3.0.0", 25607 "version": "3.0.0",
25729 "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", 25608 "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
@@ -30378,15 +30257,6 @@
30378 "setimmediate": "^1.0.4" 30257 "setimmediate": "^1.0.4"
30379 } 30258 }
30380 }, 30259 },
30381 "timers-ext": {
30382 "version": "0.1.7",
30383 "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
30384 "integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
30385 "requires": {
30386 "es5-ext": "~0.10.46",
30387 "next-tick": "1"
30388 }
30389 },
30390 "tmp": { 30260 "tmp": {
30391 "version": "0.0.33", 30261 "version": "0.0.33",
30392 "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", 30262 "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -30821,7 +30691,8 @@
30821 "type": { 30691 "type": {
30822 "version": "1.0.3", 30692 "version": "1.0.3",
30823 "resolved": "https://registry.npmjs.org/type/-/type-1.0.3.tgz", 30693 "resolved": "https://registry.npmjs.org/type/-/type-1.0.3.tgz",
30824 "integrity": "sha512-51IMtNfVcee8+9GJvj0spSuFcZHe9vSib6Xtgsny1Km9ugyz2mbS08I3rsUIRYgJohFRFU1160sgRodYz378Hg==" 30694 "integrity": "sha512-51IMtNfVcee8+9GJvj0spSuFcZHe9vSib6Xtgsny1Km9ugyz2mbS08I3rsUIRYgJohFRFU1160sgRodYz378Hg==",
30695 "dev": true
30825 }, 30696 },
30826 "type-check": { 30697 "type-check": {
30827 "version": "0.3.2", 30698 "version": "0.3.2",
diff --git a/package.json b/package.json
index 2eafe780e..06d2008a6 100644
--- a/package.json
+++ b/package.json
@@ -76,8 +76,6 @@
76 "electron-find": "1.0.6", 76 "electron-find": "1.0.6",
77 "electron-hunspell": "1.1.1", 77 "electron-hunspell": "1.1.1",
78 "electron-is-dev": "1.1.0", 78 "electron-is-dev": "1.1.0",
79 "electron-process-manager": "git+https://git@github.com/dizer/electron-process-manager.git",
80 "electron-process-reporter": "git+https://git@github.com/dizer/electron-process-reporter.git",
81 "electron-react-titlebar": "0.8.2", 79 "electron-react-titlebar": "0.8.2",
82 "electron-updater": "4.3.5", 80 "electron-updater": "4.3.5",
83 "electron-util": "0.14.0", 81 "electron-util": "0.14.0",
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index f20c38bc9..c1a99e5fc 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -172,7 +172,6 @@ export default @observer class EditSettingsForm extends Component {
172 isDarkmodeEnabled: PropTypes.bool.isRequired, 172 isDarkmodeEnabled: PropTypes.bool.isRequired,
173 isAdaptableDarkModeEnabled: PropTypes.bool.isRequired, 173 isAdaptableDarkModeEnabled: PropTypes.bool.isRequired,
174 isNightlyEnabled: PropTypes.bool.isRequired, 174 isNightlyEnabled: PropTypes.bool.isRequired,
175 openProcessManager: PropTypes.func.isRequired,
176 hasAddedTodosAsService: PropTypes.bool.isRequired, 175 hasAddedTodosAsService: PropTypes.bool.isRequired,
177 isOnline: PropTypes.bool.isRequired, 176 isOnline: PropTypes.bool.isRequired,
178 }; 177 };
@@ -226,7 +225,6 @@ export default @observer class EditSettingsForm extends Component {
226 automaticUpdates, 225 automaticUpdates,
227 hibernationEnabled, 226 hibernationEnabled,
228 isDarkmodeEnabled, 227 isDarkmodeEnabled,
229 openProcessManager,
230 isTodosActivated, 228 isTodosActivated,
231 isNightlyEnabled, 229 isNightlyEnabled,
232 hasAddedTodosAsService, 230 hasAddedTodosAsService,
@@ -589,16 +587,6 @@ export default @observer class EditSettingsForm extends Component {
589 loaded={!isClearingAllCache} 587 loaded={!isClearingAllCache}
590 /> 588 />
591 </p> 589 </p>
592 <div style={{
593 marginTop: 20,
594 }}
595 >
596 <Button
597 buttonType="secondary"
598 label="Open Process Manager"
599 onClick={openProcessManager}
600 />
601 </div>
602 </div> 590 </div>
603 </div> 591 </div>
604 )} 592 )}
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 148bb2c53..0a82fff84 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -1,4 +1,3 @@
1import { ipcRenderer } from 'electron';
2import React, { Component } from 'react'; 1import React, { Component } from 'react';
3import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
4import { inject, observer } from 'mobx-react'; 3import { inject, observer } from 'mobx-react';
@@ -298,10 +297,6 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
298 } 297 }
299 } 298 }
300 299
301 openProcessManager() {
302 ipcRenderer.send('openProcessManager');
303 }
304
305 prepareForm() { 300 prepareForm() {
306 const { 301 const {
307 app, settings, user, todos, workspaces, 302 app, settings, user, todos, workspaces,
@@ -629,7 +624,6 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
629 isTodosActivated={this.props.stores.todos.isFeatureEnabledByUser} 624 isTodosActivated={this.props.stores.todos.isFeatureEnabledByUser}
630 isUsingCustomTodoService={this.props.stores.todos.isUsingCustomTodoService} 625 isUsingCustomTodoService={this.props.stores.todos.isUsingCustomTodoService}
631 isNightlyEnabled={this.props.stores.settings.app.nightly} 626 isNightlyEnabled={this.props.stores.settings.app.nightly}
632 openProcessManager={() => this.openProcessManager()}
633 hasAddedTodosAsService={services.isTodosServiceAdded} 627 hasAddedTodosAsService={services.isTodosServiceAdded}
634 isOnline={app.isOnline} 628 isOnline={app.isOnline}
635 /> 629 />
diff --git a/src/electron/ipc-api/index.js b/src/electron/ipc-api/index.js
index 6181e5628..999ac7d2d 100644
--- a/src/electron/ipc-api/index.js
+++ b/src/electron/ipc-api/index.js
@@ -2,7 +2,6 @@ import autoUpdate from './autoUpdate';
2import settings from './settings'; 2import settings from './settings';
3import appIndicator from './appIndicator'; 3import appIndicator from './appIndicator';
4import download from './download'; 4import download from './download';
5import processManager from './processManager';
6import localServer from './localServer'; 5import localServer from './localServer';
7import cld from './cld'; 6import cld from './cld';
8import dnd from './dnd'; 7import dnd from './dnd';
@@ -12,7 +11,6 @@ export default (params) => {
12 autoUpdate(params); 11 autoUpdate(params);
13 appIndicator(params); 12 appIndicator(params);
14 download(params); 13 download(params);
15 processManager(params);
16 localServer(params); 14 localServer(params);
17 cld(params); 15 cld(params);
18 dnd(); 16 dnd();
diff --git a/src/electron/ipc-api/processManager.js b/src/electron/ipc-api/processManager.js
deleted file mode 100644
index 7197a2708..000000000
--- a/src/electron/ipc-api/processManager.js
+++ /dev/null
@@ -1,8 +0,0 @@
1import { ipcMain } from 'electron';
2import { openProcessManager } from 'electron-process-manager';
3
4export default () => {
5 ipcMain.on('openProcessManager', () => {
6 openProcessManager();
7 });
8};
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index 420bf29af..089cf5fd1 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Launch Ferdi on start", 4 "defaultMessage": "!!!Launch Ferdi on start",
5 "file": "src/containers/settings/EditSettingsScreen.js", 5 "file": "src/containers/settings/EditSettingsScreen.js",
6 "start": { 6 "start": {
7 "line": 31, 7 "line": 30,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 34, 11 "line": 33,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Open in background", 17 "defaultMessage": "!!!Open in background",
18 "file": "src/containers/settings/EditSettingsScreen.js", 18 "file": "src/containers/settings/EditSettingsScreen.js",
19 "start": { 19 "start": {
20 "line": 35, 20 "line": 34,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 38, 24 "line": 37,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 30 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
31 "file": "src/containers/settings/EditSettingsScreen.js", 31 "file": "src/containers/settings/EditSettingsScreen.js",
32 "start": { 32 "start": {
33 "line": 39, 33 "line": 38,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 42, 37 "line": 41,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Start minimized", 43 "defaultMessage": "!!!Start minimized",
44 "file": "src/containers/settings/EditSettingsScreen.js", 44 "file": "src/containers/settings/EditSettingsScreen.js",
45 "start": { 45 "start": {
46 "line": 43, 46 "line": 42,
47 "column": 18 47 "column": 18
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 46, 50 "line": 45,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Always show Ferdi in system tray", 56 "defaultMessage": "!!!Always show Ferdi in system tray",
57 "file": "src/containers/settings/EditSettingsScreen.js", 57 "file": "src/containers/settings/EditSettingsScreen.js",
58 "start": { 58 "start": {
59 "line": 47, 59 "line": 46,
60 "column": 20 60 "column": 20
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 50, 63 "line": 49,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Reload Ferdi after system resume", 69 "defaultMessage": "!!!Reload Ferdi after system resume",
70 "file": "src/containers/settings/EditSettingsScreen.js", 70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 71 "start": {
72 "line": 51, 72 "line": 50,
73 "column": 21 73 "column": 21
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 54, 76 "line": 53,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Minimize Ferdi to system tray", 82 "defaultMessage": "!!!Minimize Ferdi to system tray",
83 "file": "src/containers/settings/EditSettingsScreen.js", 83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 84 "start": {
85 "line": 55, 85 "line": 54,
86 "column": 24 86 "column": 24
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 58, 89 "line": 57,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Close Ferdi to system tray", 95 "defaultMessage": "!!!Close Ferdi to system tray",
96 "file": "src/containers/settings/EditSettingsScreen.js", 96 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 97 "start": {
98 "line": 59, 98 "line": 58,
99 "column": 21 99 "column": 21
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 62, 102 "line": 61,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Don't show message content in notifications", 108 "defaultMessage": "!!!Don't show message content in notifications",
109 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 110 "start": {
111 "line": 63, 111 "line": 62,
112 "column": 24 112 "column": 24
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 66, 115 "line": 65,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 121 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
122 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 123 "start": {
124 "line": 67, 124 "line": 66,
125 "column": 26 125 "column": 26
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 70, 128 "line": 69,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Navigation bar behaviour", 134 "defaultMessage": "!!!Navigation bar behaviour",
135 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 136 "start": {
137 "line": 71, 137 "line": 70,
138 "column": 26 138 "column": 26
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 74, 141 "line": 73,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Send telemetry data", 147 "defaultMessage": "!!!Send telemetry data",
148 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 149 "start": {
150 "line": 75, 150 "line": 74,
151 "column": 10 151 "column": 10
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 78, 154 "line": 77,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Enable service hibernation", 160 "defaultMessage": "!!!Enable service hibernation",
161 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 162 "start": {
163 "line": 79, 163 "line": 78,
164 "column": 13 164 "column": 13
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 82, 167 "line": 81,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Keep services in hibernation on startup", 173 "defaultMessage": "!!!Keep services in hibernation on startup",
174 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 175 "start": {
176 "line": 83, 176 "line": 82,
177 "column": 22 177 "column": 22
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 86, 180 "line": 85,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Hibernation strategy", 186 "defaultMessage": "!!!Hibernation strategy",
187 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 188 "start": {
189 "line": 87, 189 "line": 86,
190 "column": 23 190 "column": 23
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 90, 193 "line": 89,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Todo Server", 199 "defaultMessage": "!!!Todo Server",
200 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 201 "start": {
202 "line": 91, 202 "line": 90,
203 "column": 24 203 "column": 24
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 94, 206 "line": 93,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Custom TodoServer", 212 "defaultMessage": "!!!Custom TodoServer",
213 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 214 "start": {
215 "line": 95, 215 "line": 94,
216 "column": 20 216 "column": 20
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 98, 219 "line": 97,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Enable Password Lock", 225 "defaultMessage": "!!!Enable Password Lock",
226 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 227 "start": {
228 "line": 99, 228 "line": 98,
229 "column": 14 229 "column": 14
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 102, 232 "line": 101,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Password", 238 "defaultMessage": "!!!Password",
239 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 240 "start": {
241 "line": 103, 241 "line": 102,
242 "column": 16 242 "column": 16
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 106, 245 "line": 105,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Allow using Touch ID to unlock", 251 "defaultMessage": "!!!Allow using Touch ID to unlock",
252 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 253 "start": {
254 "line": 107, 254 "line": 106,
255 "column": 22 255 "column": 22
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 110, 258 "line": 109,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Lock after inactivity", 264 "defaultMessage": "!!!Lock after inactivity",
265 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 266 "start": {
267 "line": 111, 267 "line": 110,
268 "column": 18 268 "column": 18
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 114, 271 "line": 113,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 277 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
278 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 279 "start": {
280 "line": 115, 280 "line": 114,
281 "column": 23 281 "column": 23
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 118, 284 "line": 117,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!From", 290 "defaultMessage": "!!!From",
291 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 292 "start": {
293 "line": 119, 293 "line": 118,
294 "column": 21 294 "column": 21
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 122, 297 "line": 121,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!To", 303 "defaultMessage": "!!!To",
304 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 305 "start": {
306 "line": 123, 306 "line": 122,
307 "column": 19 307 "column": 19
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 126, 310 "line": 125,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Language", 316 "defaultMessage": "!!!Language",
317 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 318 "start": {
319 "line": 127, 319 "line": 126,
320 "column": 12 320 "column": 12
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 130, 323 "line": 129,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Dark Mode", 329 "defaultMessage": "!!!Dark Mode",
330 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 331 "start": {
332 "line": 131, 332 "line": 130,
333 "column": 12 333 "column": 12
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 134, 336 "line": 133,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 342 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
343 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 344 "start": {
345 "line": 135, 345 "line": 134,
346 "column": 21 346 "column": 21
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 138, 349 "line": 137,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Enable universal Dark Mode", 355 "defaultMessage": "!!!Enable universal Dark Mode",
356 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 357 "start": {
358 "line": 139, 358 "line": 138,
359 "column": 21 359 "column": 21
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 142, 362 "line": 141,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Sidebar width", 368 "defaultMessage": "!!!Sidebar width",
369 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 370 "start": {
371 "line": 143, 371 "line": 142,
372 "column": 22 372 "column": 22
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 146, 375 "line": 145,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Service icon size", 381 "defaultMessage": "!!!Service icon size",
382 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 383 "start": {
384 "line": 147, 384 "line": 146,
385 "column": 12 385 "column": 12
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 150, 388 "line": 149,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Use vertical style", 394 "defaultMessage": "!!!Use vertical style",
395 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 396 "start": {
397 "line": 151, 397 "line": 150,
398 "column": 20 398 "column": 20
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 154, 401 "line": 153,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Always show workspace drawer", 407 "defaultMessage": "!!!Always show workspace drawer",
408 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 409 "start": {
410 "line": 155, 410 "line": 154,
411 "column": 24 411 "column": 24
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 158, 414 "line": 157,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Accent color", 420 "defaultMessage": "!!!Accent color",
421 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 422 "start": {
423 "line": 159, 423 "line": 158,
424 "column": 15 424 "column": 15
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 162, 427 "line": 161,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Display disabled services tabs", 433 "defaultMessage": "!!!Display disabled services tabs",
434 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 435 "start": {
436 "line": 163, 436 "line": 162,
437 "column": 24 437 "column": 24
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 166, 440 "line": 165,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 446 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
447 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
448 "start": { 448 "start": {
449 "line": 167, 449 "line": 166,
450 "column": 29 450 "column": 29
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 170, 453 "line": 169,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Show draggable area on window", 459 "defaultMessage": "!!!Show draggable area on window",
460 "file": "src/containers/settings/EditSettingsScreen.js", 460 "file": "src/containers/settings/EditSettingsScreen.js",
461 "start": { 461 "start": {
462 "line": 171, 462 "line": 170,
463 "column": 16 463 "column": 16
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 174, 466 "line": 173,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Enable spell checking", 472 "defaultMessage": "!!!Enable spell checking",
473 "file": "src/containers/settings/EditSettingsScreen.js", 473 "file": "src/containers/settings/EditSettingsScreen.js",
474 "start": { 474 "start": {
475 "line": 175, 475 "line": 174,
476 "column": 23 476 "column": 23
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 178, 479 "line": 177,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Enable GPU Acceleration", 485 "defaultMessage": "!!!Enable GPU Acceleration",
486 "file": "src/containers/settings/EditSettingsScreen.js", 486 "file": "src/containers/settings/EditSettingsScreen.js",
487 "start": { 487 "start": {
488 "line": 179, 488 "line": 178,
489 "column": 25 489 "column": 25
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 182, 492 "line": 181,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Include beta versions", 498 "defaultMessage": "!!!Include beta versions",
499 "file": "src/containers/settings/EditSettingsScreen.js", 499 "file": "src/containers/settings/EditSettingsScreen.js",
500 "start": { 500 "start": {
501 "line": 183, 501 "line": 182,
502 "column": 8 502 "column": 8
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 186, 505 "line": 185,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Enable updates", 511 "defaultMessage": "!!!Enable updates",
512 "file": "src/containers/settings/EditSettingsScreen.js", 512 "file": "src/containers/settings/EditSettingsScreen.js",
513 "start": { 513 "start": {
514 "line": 187, 514 "line": 186,
515 "column": 20 515 "column": 20
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 190, 518 "line": 189,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!Enable Franz Todos", 524 "defaultMessage": "!!!Enable Franz Todos",
525 "file": "src/containers/settings/EditSettingsScreen.js", 525 "file": "src/containers/settings/EditSettingsScreen.js",
526 "start": { 526 "start": {
527 "line": 191, 527 "line": 190,
528 "column": 15 528 "column": 15
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 194, 531 "line": 193,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!Keep all workspaces loaded", 537 "defaultMessage": "!!!Keep all workspaces loaded",
538 "file": "src/containers/settings/EditSettingsScreen.js", 538 "file": "src/containers/settings/EditSettingsScreen.js",
539 "start": { 539 "start": {
540 "line": 195, 540 "line": 194,
541 "column": 27 541 "column": 27
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 198, 544 "line": 197,
545 "column": 3 545 "column": 3
546 } 546 }
547 } 547 }