aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-08 13:42:22 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-08 12:27:14 +0000
commit452d63df53570e533621c6298d6e42f768a1502b (patch)
tree384970b0b2ae20eaf6c7bac2ef2c9f5b20f892ec /src
parentrefactor: reuse method that was previously defined. (diff)
downloadferdium-app-452d63df53570e533621c6298d6e42f768a1502b.tar.gz
ferdium-app-452d63df53570e533621c6298d6e42f768a1502b.tar.zst
ferdium-app-452d63df53570e533621c6298d6e42f768a1502b.zip
refactor: remove unused setting, add debug stmt.
Diffstat (limited to 'src')
-rw-r--r--src/containers/settings/EditSettingsScreen.js5
-rw-r--r--src/i18n/locales/defaultMessages.json180
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json180
3 files changed, 184 insertions, 181 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index e0a648095..0d718489a 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -26,6 +26,8 @@ import globalMessages from '../../i18n/globalMessages';
26import WorkspacesStore from '../../features/workspaces/store'; 26import WorkspacesStore from '../../features/workspaces/store';
27import ServicesStore from '../../stores/ServicesStore'; 27import ServicesStore from '../../stores/ServicesStore';
28 28
29const debug = require('debug')('Ferdi:EditSettingsScreen');
30
29const messages = defineMessages({ 31const messages = defineMessages({
30 autoLaunchOnStart: { 32 autoLaunchOnStart: {
31 id: 'settings.app.form.autoLaunchOnStart', 33 id: 'settings.app.form.autoLaunchOnStart',
@@ -241,6 +243,8 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
241 openInBackground: settingsData.autoLaunchInBackground, 243 openInBackground: settingsData.autoLaunchInBackground,
242 }); 244 });
243 245
246 debug(`Updating settings store with data: ${settingsData}`);
247
244 settings.update({ 248 settings.update({
245 type: 'app', 249 type: 'app',
246 data: { 250 data: {
@@ -256,7 +260,6 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
256 navigationBarBehaviour: settingsData.navigationBarBehaviour, 260 navigationBarBehaviour: settingsData.navigationBarBehaviour,
257 searchEngine: settingsData.searchEngine, 261 searchEngine: settingsData.searchEngine,
258 sentry: settingsData.sentry, 262 sentry: settingsData.sentry,
259 hibernate: settingsData.hibernate,
260 hibernateOnStartup: settingsData.hibernateOnStartup, 263 hibernateOnStartup: settingsData.hibernateOnStartup,
261 hibernationStrategy: settingsData.hibernationStrategy, 264 hibernationStrategy: settingsData.hibernationStrategy,
262 wakeUpStrategy: settingsData.wakeUpStrategy, 265 wakeUpStrategy: settingsData.wakeUpStrategy,
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0e6af97c4..476af689a 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4188,585 +4188,585 @@
4188 "defaultMessage": "!!!Launch Ferdi on start", 4188 "defaultMessage": "!!!Launch Ferdi on start",
4189 "end": { 4189 "end": {
4190 "column": 3, 4190 "column": 3,
4191 "line": 33 4191 "line": 35
4192 }, 4192 },
4193 "file": "src/containers/settings/EditSettingsScreen.js", 4193 "file": "src/containers/settings/EditSettingsScreen.js",
4194 "id": "settings.app.form.autoLaunchOnStart", 4194 "id": "settings.app.form.autoLaunchOnStart",
4195 "start": { 4195 "start": {
4196 "column": 21, 4196 "column": 21,
4197 "line": 30 4197 "line": 32
4198 } 4198 }
4199 }, 4199 },
4200 { 4200 {
4201 "defaultMessage": "!!!Open in background", 4201 "defaultMessage": "!!!Open in background",
4202 "end": { 4202 "end": {
4203 "column": 3, 4203 "column": 3,
4204 "line": 37 4204 "line": 39
4205 }, 4205 },
4206 "file": "src/containers/settings/EditSettingsScreen.js", 4206 "file": "src/containers/settings/EditSettingsScreen.js",
4207 "id": "settings.app.form.autoLaunchInBackground", 4207 "id": "settings.app.form.autoLaunchInBackground",
4208 "start": { 4208 "start": {
4209 "column": 26, 4209 "column": 26,
4210 "line": 34 4210 "line": 36
4211 } 4211 }
4212 }, 4212 },
4213 { 4213 {
4214 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 4214 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
4215 "end": { 4215 "end": {
4216 "column": 3, 4216 "column": 3,
4217 "line": 41 4217 "line": 43
4218 }, 4218 },
4219 "file": "src/containers/settings/EditSettingsScreen.js", 4219 "file": "src/containers/settings/EditSettingsScreen.js",
4220 "id": "settings.app.form.runInBackground", 4220 "id": "settings.app.form.runInBackground",
4221 "start": { 4221 "start": {
4222 "column": 19, 4222 "column": 19,
4223 "line": 38 4223 "line": 40
4224 } 4224 }
4225 }, 4225 },
4226 { 4226 {
4227 "defaultMessage": "!!!Start minimized", 4227 "defaultMessage": "!!!Start minimized",
4228 "end": { 4228 "end": {
4229 "column": 3, 4229 "column": 3,
4230 "line": 45 4230 "line": 47
4231 }, 4231 },
4232 "file": "src/containers/settings/EditSettingsScreen.js", 4232 "file": "src/containers/settings/EditSettingsScreen.js",
4233 "id": "settings.app.form.startMinimized", 4233 "id": "settings.app.form.startMinimized",
4234 "start": { 4234 "start": {
4235 "column": 18, 4235 "column": 18,
4236 "line": 42 4236 "line": 44
4237 } 4237 }
4238 }, 4238 },
4239 { 4239 {
4240 "defaultMessage": "!!!Always show Ferdi in System Tray", 4240 "defaultMessage": "!!!Always show Ferdi in System Tray",
4241 "end": { 4241 "end": {
4242 "column": 3, 4242 "column": 3,
4243 "line": 49 4243 "line": 51
4244 }, 4244 },
4245 "file": "src/containers/settings/EditSettingsScreen.js", 4245 "file": "src/containers/settings/EditSettingsScreen.js",
4246 "id": "settings.app.form.enableSystemTray", 4246 "id": "settings.app.form.enableSystemTray",
4247 "start": { 4247 "start": {
4248 "column": 20, 4248 "column": 20,
4249 "line": 46 4249 "line": 48
4250 } 4250 }
4251 }, 4251 },
4252 { 4252 {
4253 "defaultMessage": "!!!Always show Ferdi in Menu Bar", 4253 "defaultMessage": "!!!Always show Ferdi in Menu Bar",
4254 "end": { 4254 "end": {
4255 "column": 3, 4255 "column": 3,
4256 "line": 53 4256 "line": 55
4257 }, 4257 },
4258 "file": "src/containers/settings/EditSettingsScreen.js", 4258 "file": "src/containers/settings/EditSettingsScreen.js",
4259 "id": "settings.app.form.enableMenuBar", 4259 "id": "settings.app.form.enableMenuBar",
4260 "start": { 4260 "start": {
4261 "column": 17, 4261 "column": 17,
4262 "line": 50 4262 "line": 52
4263 } 4263 }
4264 }, 4264 },
4265 { 4265 {
4266 "defaultMessage": "!!!Reload Ferdi after system resume", 4266 "defaultMessage": "!!!Reload Ferdi after system resume",
4267 "end": { 4267 "end": {
4268 "column": 3, 4268 "column": 3,
4269 "line": 57 4269 "line": 59
4270 }, 4270 },
4271 "file": "src/containers/settings/EditSettingsScreen.js", 4271 "file": "src/containers/settings/EditSettingsScreen.js",
4272 "id": "settings.app.form.reloadAfterResume", 4272 "id": "settings.app.form.reloadAfterResume",
4273 "start": { 4273 "start": {
4274 "column": 21, 4274 "column": 21,
4275 "line": 54 4275 "line": 56
4276 } 4276 }
4277 }, 4277 },
4278 { 4278 {
4279 "defaultMessage": "!!!Minimize Ferdi to system tray", 4279 "defaultMessage": "!!!Minimize Ferdi to system tray",
4280 "end": { 4280 "end": {
4281 "column": 3, 4281 "column": 3,
4282 "line": 61 4282 "line": 63
4283 }, 4283 },
4284 "file": "src/containers/settings/EditSettingsScreen.js", 4284 "file": "src/containers/settings/EditSettingsScreen.js",
4285 "id": "settings.app.form.minimizeToSystemTray", 4285 "id": "settings.app.form.minimizeToSystemTray",
4286 "start": { 4286 "start": {
4287 "column": 24, 4287 "column": 24,
4288 "line": 58 4288 "line": 60
4289 } 4289 }
4290 }, 4290 },
4291 { 4291 {
4292 "defaultMessage": "!!!Close Ferdi to system tray", 4292 "defaultMessage": "!!!Close Ferdi to system tray",
4293 "end": { 4293 "end": {
4294 "column": 3, 4294 "column": 3,
4295 "line": 65 4295 "line": 67
4296 }, 4296 },
4297 "file": "src/containers/settings/EditSettingsScreen.js", 4297 "file": "src/containers/settings/EditSettingsScreen.js",
4298 "id": "settings.app.form.closeToSystemTray", 4298 "id": "settings.app.form.closeToSystemTray",
4299 "start": { 4299 "start": {
4300 "column": 21, 4300 "column": 21,
4301 "line": 62 4301 "line": 64
4302 } 4302 }
4303 }, 4303 },
4304 { 4304 {
4305 "defaultMessage": "!!!Don't show message content in notifications", 4305 "defaultMessage": "!!!Don't show message content in notifications",
4306 "end": { 4306 "end": {
4307 "column": 3, 4307 "column": 3,
4308 "line": 69 4308 "line": 71
4309 }, 4309 },
4310 "file": "src/containers/settings/EditSettingsScreen.js", 4310 "file": "src/containers/settings/EditSettingsScreen.js",
4311 "id": "settings.app.form.privateNotifications", 4311 "id": "settings.app.form.privateNotifications",
4312 "start": { 4312 "start": {
4313 "column": 24, 4313 "column": 24,
4314 "line": 66 4314 "line": 68
4315 } 4315 }
4316 }, 4316 },
4317 { 4317 {
4318 "defaultMessage": "!!!Don't show notifications for clipboard events", 4318 "defaultMessage": "!!!Don't show notifications for clipboard events",
4319 "end": { 4319 "end": {
4320 "column": 3, 4320 "column": 3,
4321 "line": 73 4321 "line": 75
4322 }, 4322 },
4323 "file": "src/containers/settings/EditSettingsScreen.js", 4323 "file": "src/containers/settings/EditSettingsScreen.js",
4324 "id": "settings.app.form.clipboardNotifications", 4324 "id": "settings.app.form.clipboardNotifications",
4325 "start": { 4325 "start": {
4326 "column": 26, 4326 "column": 26,
4327 "line": 70 4327 "line": 72
4328 } 4328 }
4329 }, 4329 },
4330 { 4330 {
4331 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 4331 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
4332 "end": { 4332 "end": {
4333 "column": 3, 4333 "column": 3,
4334 "line": 77 4334 "line": 79
4335 }, 4335 },
4336 "file": "src/containers/settings/EditSettingsScreen.js", 4336 "file": "src/containers/settings/EditSettingsScreen.js",
4337 "id": "settings.app.form.notifyTaskBarOnMessage", 4337 "id": "settings.app.form.notifyTaskBarOnMessage",
4338 "start": { 4338 "start": {
4339 "column": 26, 4339 "column": 26,
4340 "line": 74 4340 "line": 76
4341 } 4341 }
4342 }, 4342 },
4343 { 4343 {
4344 "defaultMessage": "!!!Navigation bar behaviour", 4344 "defaultMessage": "!!!Navigation bar behaviour",
4345 "end": { 4345 "end": {
4346 "column": 3, 4346 "column": 3,
4347 "line": 81 4347 "line": 83
4348 }, 4348 },
4349 "file": "src/containers/settings/EditSettingsScreen.js", 4349 "file": "src/containers/settings/EditSettingsScreen.js",
4350 "id": "settings.app.form.navigationBarBehaviour", 4350 "id": "settings.app.form.navigationBarBehaviour",
4351 "start": { 4351 "start": {
4352 "column": 26, 4352 "column": 26,
4353 "line": 78 4353 "line": 80
4354 } 4354 }
4355 }, 4355 },
4356 { 4356 {
4357 "defaultMessage": "!!!Search engine", 4357 "defaultMessage": "!!!Search engine",
4358 "end": { 4358 "end": {
4359 "column": 3, 4359 "column": 3,
4360 "line": 85 4360 "line": 87
4361 }, 4361 },
4362 "file": "src/containers/settings/EditSettingsScreen.js", 4362 "file": "src/containers/settings/EditSettingsScreen.js",
4363 "id": "settings.app.form.searchEngine", 4363 "id": "settings.app.form.searchEngine",
4364 "start": { 4364 "start": {
4365 "column": 16, 4365 "column": 16,
4366 "line": 82 4366 "line": 84
4367 } 4367 }
4368 }, 4368 },
4369 { 4369 {
4370 "defaultMessage": "!!!Send telemetry data", 4370 "defaultMessage": "!!!Send telemetry data",
4371 "end": { 4371 "end": {
4372 "column": 3, 4372 "column": 3,
4373 "line": 89 4373 "line": 91
4374 }, 4374 },
4375 "file": "src/containers/settings/EditSettingsScreen.js", 4375 "file": "src/containers/settings/EditSettingsScreen.js",
4376 "id": "settings.app.form.sentry", 4376 "id": "settings.app.form.sentry",
4377 "start": { 4377 "start": {
4378 "column": 10, 4378 "column": 10,
4379 "line": 86 4379 "line": 88
4380 } 4380 }
4381 }, 4381 },
4382 { 4382 {
4383 "defaultMessage": "!!!Keep services in hibernation on startup", 4383 "defaultMessage": "!!!Keep services in hibernation on startup",
4384 "end": { 4384 "end": {
4385 "column": 3, 4385 "column": 3,
4386 "line": 93 4386 "line": 95
4387 }, 4387 },
4388 "file": "src/containers/settings/EditSettingsScreen.js", 4388 "file": "src/containers/settings/EditSettingsScreen.js",
4389 "id": "settings.app.form.hibernateOnStartup", 4389 "id": "settings.app.form.hibernateOnStartup",
4390 "start": { 4390 "start": {
4391 "column": 22, 4391 "column": 22,
4392 "line": 90 4392 "line": 92
4393 } 4393 }
4394 }, 4394 },
4395 { 4395 {
4396 "defaultMessage": "!!!Hibernation strategy", 4396 "defaultMessage": "!!!Hibernation strategy",
4397 "end": { 4397 "end": {
4398 "column": 3, 4398 "column": 3,
4399 "line": 97 4399 "line": 99
4400 }, 4400 },
4401 "file": "src/containers/settings/EditSettingsScreen.js", 4401 "file": "src/containers/settings/EditSettingsScreen.js",
4402 "id": "settings.app.form.hibernationStrategy", 4402 "id": "settings.app.form.hibernationStrategy",
4403 "start": { 4403 "start": {
4404 "column": 23, 4404 "column": 23,
4405 "line": 94 4405 "line": 96
4406 } 4406 }
4407 }, 4407 },
4408 { 4408 {
4409 "defaultMessage": "!!!Wake up strategy", 4409 "defaultMessage": "!!!Wake up strategy",
4410 "end": { 4410 "end": {
4411 "column": 3, 4411 "column": 3,
4412 "line": 101 4412 "line": 103
4413 }, 4413 },
4414 "file": "src/containers/settings/EditSettingsScreen.js", 4414 "file": "src/containers/settings/EditSettingsScreen.js",
4415 "id": "settings.app.form.wakeUpStrategy", 4415 "id": "settings.app.form.wakeUpStrategy",
4416 "start": { 4416 "start": {
4417 "column": 18, 4417 "column": 18,
4418 "line": 98 4418 "line": 100
4419 } 4419 }
4420 }, 4420 },
4421 { 4421 {
4422 "defaultMessage": "!!!Todo Server", 4422 "defaultMessage": "!!!Todo Server",
4423 "end": { 4423 "end": {
4424 "column": 3, 4424 "column": 3,
4425 "line": 105 4425 "line": 107
4426 }, 4426 },
4427 "file": "src/containers/settings/EditSettingsScreen.js", 4427 "file": "src/containers/settings/EditSettingsScreen.js",
4428 "id": "settings.app.form.predefinedTodoServer", 4428 "id": "settings.app.form.predefinedTodoServer",
4429 "start": { 4429 "start": {
4430 "column": 24, 4430 "column": 24,
4431 "line": 102 4431 "line": 104
4432 } 4432 }
4433 }, 4433 },
4434 { 4434 {
4435 "defaultMessage": "!!!Custom TodoServer", 4435 "defaultMessage": "!!!Custom TodoServer",
4436 "end": { 4436 "end": {
4437 "column": 3, 4437 "column": 3,
4438 "line": 109 4438 "line": 111
4439 }, 4439 },
4440 "file": "src/containers/settings/EditSettingsScreen.js", 4440 "file": "src/containers/settings/EditSettingsScreen.js",
4441 "id": "settings.app.form.customTodoServer", 4441 "id": "settings.app.form.customTodoServer",
4442 "start": { 4442 "start": {
4443 "column": 20, 4443 "column": 20,
4444 "line": 106 4444 "line": 108
4445 } 4445 }
4446 }, 4446 },
4447 { 4447 {
4448 "defaultMessage": "!!!Enable Password Lock", 4448 "defaultMessage": "!!!Enable Password Lock",
4449 "end": { 4449 "end": {
4450 "column": 3, 4450 "column": 3,
4451 "line": 113 4451 "line": 115
4452 }, 4452 },
4453 "file": "src/containers/settings/EditSettingsScreen.js", 4453 "file": "src/containers/settings/EditSettingsScreen.js",
4454 "id": "settings.app.form.enableLock", 4454 "id": "settings.app.form.enableLock",
4455 "start": { 4455 "start": {
4456 "column": 14, 4456 "column": 14,
4457 "line": 110 4457 "line": 112
4458 } 4458 }
4459 }, 4459 },
4460 { 4460 {
4461 "defaultMessage": "!!!Password", 4461 "defaultMessage": "!!!Password",
4462 "end": { 4462 "end": {
4463 "column": 3, 4463 "column": 3,
4464 "line": 117 4464 "line": 119
4465 }, 4465 },
4466 "file": "src/containers/settings/EditSettingsScreen.js", 4466 "file": "src/containers/settings/EditSettingsScreen.js",
4467 "id": "settings.app.form.lockPassword", 4467 "id": "settings.app.form.lockPassword",
4468 "start": { 4468 "start": {
4469 "column": 16, 4469 "column": 16,
4470 "line": 114 4470 "line": 116
4471 } 4471 }
4472 }, 4472 },
4473 { 4473 {
4474 "defaultMessage": "!!!Allow using Touch ID to unlock", 4474 "defaultMessage": "!!!Allow using Touch ID to unlock",
4475 "end": { 4475 "end": {
4476 "column": 3, 4476 "column": 3,
4477 "line": 121 4477 "line": 123
4478 }, 4478 },
4479 "file": "src/containers/settings/EditSettingsScreen.js", 4479 "file": "src/containers/settings/EditSettingsScreen.js",
4480 "id": "settings.app.form.useTouchIdToUnlock", 4480 "id": "settings.app.form.useTouchIdToUnlock",
4481 "start": { 4481 "start": {
4482 "column": 22, 4482 "column": 22,
4483 "line": 118 4483 "line": 120
4484 } 4484 }
4485 }, 4485 },
4486 { 4486 {
4487 "defaultMessage": "!!!Lock after inactivity", 4487 "defaultMessage": "!!!Lock after inactivity",
4488 "end": { 4488 "end": {
4489 "column": 3, 4489 "column": 3,
4490 "line": 125 4490 "line": 127
4491 }, 4491 },
4492 "file": "src/containers/settings/EditSettingsScreen.js", 4492 "file": "src/containers/settings/EditSettingsScreen.js",
4493 "id": "settings.app.form.inactivityLock", 4493 "id": "settings.app.form.inactivityLock",
4494 "start": { 4494 "start": {
4495 "column": 18, 4495 "column": 18,
4496 "line": 122 4496 "line": 124
4497 } 4497 }
4498 }, 4498 },
4499 { 4499 {
4500 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 4500 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
4501 "end": { 4501 "end": {
4502 "column": 3, 4502 "column": 3,
4503 "line": 129 4503 "line": 131
4504 }, 4504 },
4505 "file": "src/containers/settings/EditSettingsScreen.js", 4505 "file": "src/containers/settings/EditSettingsScreen.js",
4506 "id": "settings.app.form.scheduledDNDEnabled", 4506 "id": "settings.app.form.scheduledDNDEnabled",
4507 "start": { 4507 "start": {
4508 "column": 23, 4508 "column": 23,
4509 "line": 126 4509 "line": 128
4510 } 4510 }
4511 }, 4511 },
4512 { 4512 {
4513 "defaultMessage": "!!!From", 4513 "defaultMessage": "!!!From",
4514 "end": { 4514 "end": {
4515 "column": 3, 4515 "column": 3,
4516 "line": 133 4516 "line": 135
4517 }, 4517 },
4518 "file": "src/containers/settings/EditSettingsScreen.js", 4518 "file": "src/containers/settings/EditSettingsScreen.js",
4519 "id": "settings.app.form.scheduledDNDStart", 4519 "id": "settings.app.form.scheduledDNDStart",
4520 "start": { 4520 "start": {
4521 "column": 21, 4521 "column": 21,
4522 "line": 130 4522 "line": 132
4523 } 4523 }
4524 }, 4524 },
4525 { 4525 {
4526 "defaultMessage": "!!!To", 4526 "defaultMessage": "!!!To",
4527 "end": { 4527 "end": {
4528 "column": 3, 4528 "column": 3,
4529 "line": 137 4529 "line": 139
4530 }, 4530 },
4531 "file": "src/containers/settings/EditSettingsScreen.js", 4531 "file": "src/containers/settings/EditSettingsScreen.js",
4532 "id": "settings.app.form.scheduledDNDEnd", 4532 "id": "settings.app.form.scheduledDNDEnd",
4533 "start": { 4533 "start": {
4534 "column": 19, 4534 "column": 19,
4535 "line": 134 4535 "line": 136
4536 } 4536 }
4537 }, 4537 },
4538 { 4538 {
4539 "defaultMessage": "!!!Language", 4539 "defaultMessage": "!!!Language",
4540 "end": { 4540 "end": {
4541 "column": 3, 4541 "column": 3,
4542 "line": 141 4542 "line": 143
4543 }, 4543 },
4544 "file": "src/containers/settings/EditSettingsScreen.js", 4544 "file": "src/containers/settings/EditSettingsScreen.js",
4545 "id": "settings.app.form.language", 4545 "id": "settings.app.form.language",
4546 "start": { 4546 "start": {
4547 "column": 12, 4547 "column": 12,
4548 "line": 138 4548 "line": 140
4549 } 4549 }
4550 }, 4550 },
4551 { 4551 {
4552 "defaultMessage": "!!!Dark Mode", 4552 "defaultMessage": "!!!Dark Mode",
4553 "end": { 4553 "end": {
4554 "column": 3, 4554 "column": 3,
4555 "line": 145 4555 "line": 147
4556 }, 4556 },
4557 "file": "src/containers/settings/EditSettingsScreen.js", 4557 "file": "src/containers/settings/EditSettingsScreen.js",
4558 "id": "settings.app.form.darkMode", 4558 "id": "settings.app.form.darkMode",
4559 "start": { 4559 "start": {
4560 "column": 12, 4560 "column": 12,
4561 "line": 142 4561 "line": 144
4562 } 4562 }
4563 }, 4563 },
4564 { 4564 {
4565 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 4565 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
4566 "end": { 4566 "end": {
4567 "column": 3, 4567 "column": 3,
4568 "line": 149 4568 "line": 151
4569 }, 4569 },
4570 "file": "src/containers/settings/EditSettingsScreen.js", 4570 "file": "src/containers/settings/EditSettingsScreen.js",
4571 "id": "settings.app.form.adaptableDarkMode", 4571 "id": "settings.app.form.adaptableDarkMode",
4572 "start": { 4572 "start": {
4573 "column": 21, 4573 "column": 21,
4574 "line": 146 4574 "line": 148
4575 } 4575 }
4576 }, 4576 },
4577 { 4577 {
4578 "defaultMessage": "!!!Enable universal Dark Mode", 4578 "defaultMessage": "!!!Enable universal Dark Mode",
4579 "end": { 4579 "end": {
4580 "column": 3, 4580 "column": 3,
4581 "line": 153 4581 "line": 155
4582 }, 4582 },
4583 "file": "src/containers/settings/EditSettingsScreen.js", 4583 "file": "src/containers/settings/EditSettingsScreen.js",
4584 "id": "settings.app.form.universalDarkMode", 4584 "id": "settings.app.form.universalDarkMode",
4585 "start": { 4585 "start": {
4586 "column": 21, 4586 "column": 21,
4587 "line": 150 4587 "line": 152
4588 } 4588 }
4589 }, 4589 },
4590 { 4590 {
4591 "defaultMessage": "!!!Sidebar width", 4591 "defaultMessage": "!!!Sidebar width",
4592 "end": { 4592 "end": {
4593 "column": 3, 4593 "column": 3,
4594 "line": 157 4594 "line": 159
4595 }, 4595 },
4596 "file": "src/containers/settings/EditSettingsScreen.js", 4596 "file": "src/containers/settings/EditSettingsScreen.js",
4597 "id": "settings.app.form.serviceRibbonWidth", 4597 "id": "settings.app.form.serviceRibbonWidth",
4598 "start": { 4598 "start": {
4599 "column": 22, 4599 "column": 22,
4600 "line": 154 4600 "line": 156
4601 } 4601 }
4602 }, 4602 },
4603 { 4603 {
4604 "defaultMessage": "!!!Service icon size", 4604 "defaultMessage": "!!!Service icon size",
4605 "end": { 4605 "end": {
4606 "column": 3, 4606 "column": 3,
4607 "line": 161 4607 "line": 163
4608 }, 4608 },
4609 "file": "src/containers/settings/EditSettingsScreen.js", 4609 "file": "src/containers/settings/EditSettingsScreen.js",
4610 "id": "settings.app.form.iconSize", 4610 "id": "settings.app.form.iconSize",
4611 "start": { 4611 "start": {
4612 "column": 12, 4612 "column": 12,
4613 "line": 158 4613 "line": 160
4614 } 4614 }
4615 }, 4615 },
4616 { 4616 {
4617 "defaultMessage": "!!!Use vertical style", 4617 "defaultMessage": "!!!Use vertical style",
4618 "end": { 4618 "end": {
4619 "column": 3, 4619 "column": 3,
4620 "line": 165 4620 "line": 167
4621 }, 4621 },
4622 "file": "src/containers/settings/EditSettingsScreen.js", 4622 "file": "src/containers/settings/EditSettingsScreen.js",
4623 "id": "settings.app.form.useVerticalStyle", 4623 "id": "settings.app.form.useVerticalStyle",
4624 "start": { 4624 "start": {
4625 "column": 20, 4625 "column": 20,
4626 "line": 162 4626 "line": 164
4627 } 4627 }
4628 }, 4628 },
4629 { 4629 {
4630 "defaultMessage": "!!!Always show workspace drawer", 4630 "defaultMessage": "!!!Always show workspace drawer",
4631 "end": { 4631 "end": {
4632 "column": 3, 4632 "column": 3,
4633 "line": 169 4633 "line": 171
4634 }, 4634 },
4635 "file": "src/containers/settings/EditSettingsScreen.js", 4635 "file": "src/containers/settings/EditSettingsScreen.js",
4636 "id": "settings.app.form.alwaysShowWorkspaces", 4636 "id": "settings.app.form.alwaysShowWorkspaces",
4637 "start": { 4637 "start": {
4638 "column": 24, 4638 "column": 24,
4639 "line": 166 4639 "line": 168
4640 } 4640 }
4641 }, 4641 },
4642 { 4642 {
4643 "defaultMessage": "!!!Accent color", 4643 "defaultMessage": "!!!Accent color",
4644 "end": { 4644 "end": {
4645 "column": 3, 4645 "column": 3,
4646 "line": 173 4646 "line": 175
4647 }, 4647 },
4648 "file": "src/containers/settings/EditSettingsScreen.js", 4648 "file": "src/containers/settings/EditSettingsScreen.js",
4649 "id": "settings.app.form.accentColor", 4649 "id": "settings.app.form.accentColor",
4650 "start": { 4650 "start": {
4651 "column": 15, 4651 "column": 15,
4652 "line": 170 4652 "line": 172
4653 } 4653 }
4654 }, 4654 },
4655 { 4655 {
4656 "defaultMessage": "!!!Display disabled services tabs", 4656 "defaultMessage": "!!!Display disabled services tabs",
4657 "end": { 4657 "end": {
4658 "column": 3, 4658 "column": 3,
4659 "line": 177 4659 "line": 179
4660 }, 4660 },
4661 "file": "src/containers/settings/EditSettingsScreen.js", 4661 "file": "src/containers/settings/EditSettingsScreen.js",
4662 "id": "settings.app.form.showDisabledServices", 4662 "id": "settings.app.form.showDisabledServices",
4663 "start": { 4663 "start": {
4664 "column": 24, 4664 "column": 24,
4665 "line": 174 4665 "line": 176
4666 } 4666 }
4667 }, 4667 },
4668 { 4668 {
4669 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 4669 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
4670 "end": { 4670 "end": {
4671 "column": 3, 4671 "column": 3,
4672 "line": 181 4672 "line": 183
4673 }, 4673 },
4674 "file": "src/containers/settings/EditSettingsScreen.js", 4674 "file": "src/containers/settings/EditSettingsScreen.js",
4675 "id": "settings.app.form.showMessagesBadgesWhenMuted", 4675 "id": "settings.app.form.showMessagesBadgesWhenMuted",
4676 "start": { 4676 "start": {
4677 "column": 29, 4677 "column": 29,
4678 "line": 178 4678 "line": 180
4679 } 4679 }
4680 }, 4680 },
4681 { 4681 {
4682 "defaultMessage": "!!!Show draggable area on window", 4682 "defaultMessage": "!!!Show draggable area on window",
4683 "end": { 4683 "end": {
4684 "column": 3, 4684 "column": 3,
4685 "line": 185 4685 "line": 187
4686 }, 4686 },
4687 "file": "src/containers/settings/EditSettingsScreen.js", 4687 "file": "src/containers/settings/EditSettingsScreen.js",
4688 "id": "settings.app.form.showDragArea", 4688 "id": "settings.app.form.showDragArea",
4689 "start": { 4689 "start": {
4690 "column": 16, 4690 "column": 16,
4691 "line": 182 4691 "line": 184
4692 } 4692 }
4693 }, 4693 },
4694 { 4694 {
4695 "defaultMessage": "!!!Enable spell checking", 4695 "defaultMessage": "!!!Enable spell checking",
4696 "end": { 4696 "end": {
4697 "column": 3, 4697 "column": 3,
4698 "line": 189 4698 "line": 191
4699 }, 4699 },
4700 "file": "src/containers/settings/EditSettingsScreen.js", 4700 "file": "src/containers/settings/EditSettingsScreen.js",
4701 "id": "settings.app.form.enableSpellchecking", 4701 "id": "settings.app.form.enableSpellchecking",
4702 "start": { 4702 "start": {
4703 "column": 23, 4703 "column": 23,
4704 "line": 186 4704 "line": 188
4705 } 4705 }
4706 }, 4706 },
4707 { 4707 {
4708 "defaultMessage": "!!!Enable GPU Acceleration", 4708 "defaultMessage": "!!!Enable GPU Acceleration",
4709 "end": { 4709 "end": {
4710 "column": 3, 4710 "column": 3,
4711 "line": 193 4711 "line": 195
4712 }, 4712 },
4713 "file": "src/containers/settings/EditSettingsScreen.js", 4713 "file": "src/containers/settings/EditSettingsScreen.js",
4714 "id": "settings.app.form.enableGPUAcceleration", 4714 "id": "settings.app.form.enableGPUAcceleration",
4715 "start": { 4715 "start": {
4716 "column": 25, 4716 "column": 25,
4717 "line": 190 4717 "line": 192
4718 } 4718 }
4719 }, 4719 },
4720 { 4720 {
4721 "defaultMessage": "!!!Include beta versions", 4721 "defaultMessage": "!!!Include beta versions",
4722 "end": { 4722 "end": {
4723 "column": 3, 4723 "column": 3,
4724 "line": 197 4724 "line": 199
4725 }, 4725 },
4726 "file": "src/containers/settings/EditSettingsScreen.js", 4726 "file": "src/containers/settings/EditSettingsScreen.js",
4727 "id": "settings.app.form.beta", 4727 "id": "settings.app.form.beta",
4728 "start": { 4728 "start": {
4729 "column": 8, 4729 "column": 8,
4730 "line": 194 4730 "line": 196
4731 } 4731 }
4732 }, 4732 },
4733 { 4733 {
4734 "defaultMessage": "!!!Enable updates", 4734 "defaultMessage": "!!!Enable updates",
4735 "end": { 4735 "end": {
4736 "column": 3, 4736 "column": 3,
4737 "line": 201 4737 "line": 203
4738 }, 4738 },
4739 "file": "src/containers/settings/EditSettingsScreen.js", 4739 "file": "src/containers/settings/EditSettingsScreen.js",
4740 "id": "settings.app.form.automaticUpdates", 4740 "id": "settings.app.form.automaticUpdates",
4741 "start": { 4741 "start": {
4742 "column": 20, 4742 "column": 20,
4743 "line": 198 4743 "line": 200
4744 } 4744 }
4745 }, 4745 },
4746 { 4746 {
4747 "defaultMessage": "!!!Enable Franz Todos", 4747 "defaultMessage": "!!!Enable Franz Todos",
4748 "end": { 4748 "end": {
4749 "column": 3, 4749 "column": 3,
4750 "line": 205 4750 "line": 207
4751 }, 4751 },
4752 "file": "src/containers/settings/EditSettingsScreen.js", 4752 "file": "src/containers/settings/EditSettingsScreen.js",
4753 "id": "settings.app.form.enableTodos", 4753 "id": "settings.app.form.enableTodos",
4754 "start": { 4754 "start": {
4755 "column": 15, 4755 "column": 15,
4756 "line": 202 4756 "line": 204
4757 } 4757 }
4758 }, 4758 },
4759 { 4759 {
4760 "defaultMessage": "!!!Keep all workspaces loaded", 4760 "defaultMessage": "!!!Keep all workspaces loaded",
4761 "end": { 4761 "end": {
4762 "column": 3, 4762 "column": 3,
4763 "line": 209 4763 "line": 211
4764 }, 4764 },
4765 "file": "src/containers/settings/EditSettingsScreen.js", 4765 "file": "src/containers/settings/EditSettingsScreen.js",
4766 "id": "settings.app.form.keepAllWorkspacesLoaded", 4766 "id": "settings.app.form.keepAllWorkspacesLoaded",
4767 "start": { 4767 "start": {
4768 "column": 27, 4768 "column": 27,
4769 "line": 206 4769 "line": 208
4770 } 4770 }
4771 } 4771 }
4772 ], 4772 ],
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index c30b4b037..b98c54d7d 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": 30, 7 "line": 32,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 33, 11 "line": 35,
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": 34, 20 "line": 36,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 37, 24 "line": 39,
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": 38, 33 "line": 40,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 41, 37 "line": 43,
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": 42, 46 "line": 44,
47 "column": 18 47 "column": 18
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 45, 50 "line": 47,
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": 46, 59 "line": 48,
60 "column": 20 60 "column": 20
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 49, 63 "line": 51,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Always show Ferdi in Menu Bar", 69 "defaultMessage": "!!!Always show Ferdi in Menu Bar",
70 "file": "src/containers/settings/EditSettingsScreen.js", 70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 71 "start": {
72 "line": 50, 72 "line": 52,
73 "column": 17 73 "column": 17
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 53, 76 "line": 55,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Reload Ferdi after system resume", 82 "defaultMessage": "!!!Reload Ferdi after system resume",
83 "file": "src/containers/settings/EditSettingsScreen.js", 83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 84 "start": {
85 "line": 54, 85 "line": 56,
86 "column": 21 86 "column": 21
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 57, 89 "line": 59,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Minimize Ferdi to system tray", 95 "defaultMessage": "!!!Minimize Ferdi to system tray",
96 "file": "src/containers/settings/EditSettingsScreen.js", 96 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 97 "start": {
98 "line": 58, 98 "line": 60,
99 "column": 24 99 "column": 24
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 61, 102 "line": 63,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Close Ferdi to system tray", 108 "defaultMessage": "!!!Close Ferdi to system tray",
109 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 110 "start": {
111 "line": 62, 111 "line": 64,
112 "column": 21 112 "column": 21
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 65, 115 "line": 67,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Don't show message content in notifications", 121 "defaultMessage": "!!!Don't show message content in notifications",
122 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 123 "start": {
124 "line": 66, 124 "line": 68,
125 "column": 24 125 "column": 24
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 69, 128 "line": 71,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Don't show notifications for clipboard events", 134 "defaultMessage": "!!!Don't show notifications for clipboard events",
135 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 136 "start": {
137 "line": 70, 137 "line": 72,
138 "column": 26 138 "column": 26
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 73, 141 "line": 75,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Notify TaskBar/Dock on new message", 147 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
148 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 149 "start": {
150 "line": 74, 150 "line": 76,
151 "column": 26 151 "column": 26
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 77, 154 "line": 79,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Navigation bar behaviour", 160 "defaultMessage": "!!!Navigation bar behaviour",
161 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 162 "start": {
163 "line": 78, 163 "line": 80,
164 "column": 26 164 "column": 26
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 81, 167 "line": 83,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Search engine", 173 "defaultMessage": "!!!Search engine",
174 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 175 "start": {
176 "line": 82, 176 "line": 84,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 85, 180 "line": 87,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Send telemetry data", 186 "defaultMessage": "!!!Send telemetry data",
187 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 188 "start": {
189 "line": 86, 189 "line": 88,
190 "column": 10 190 "column": 10
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 89, 193 "line": 91,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Keep services in hibernation on startup", 199 "defaultMessage": "!!!Keep services in hibernation on startup",
200 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 201 "start": {
202 "line": 90, 202 "line": 92,
203 "column": 22 203 "column": 22
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 93, 206 "line": 95,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Hibernation strategy", 212 "defaultMessage": "!!!Hibernation strategy",
213 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 214 "start": {
215 "line": 94, 215 "line": 96,
216 "column": 23 216 "column": 23
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 97, 219 "line": 99,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Wake up strategy", 225 "defaultMessage": "!!!Wake up strategy",
226 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 227 "start": {
228 "line": 98, 228 "line": 100,
229 "column": 18 229 "column": 18
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 101, 232 "line": 103,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Todo Server", 238 "defaultMessage": "!!!Todo Server",
239 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 240 "start": {
241 "line": 102, 241 "line": 104,
242 "column": 24 242 "column": 24
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 105, 245 "line": 107,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Custom TodoServer", 251 "defaultMessage": "!!!Custom TodoServer",
252 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 253 "start": {
254 "line": 106, 254 "line": 108,
255 "column": 20 255 "column": 20
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 109, 258 "line": 111,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Enable Password Lock", 264 "defaultMessage": "!!!Enable Password Lock",
265 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 266 "start": {
267 "line": 110, 267 "line": 112,
268 "column": 14 268 "column": 14
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 113, 271 "line": 115,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Password", 277 "defaultMessage": "!!!Password",
278 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 279 "start": {
280 "line": 114, 280 "line": 116,
281 "column": 16 281 "column": 16
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 117, 284 "line": 119,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Allow using Touch ID to unlock", 290 "defaultMessage": "!!!Allow using Touch ID to unlock",
291 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 292 "start": {
293 "line": 118, 293 "line": 120,
294 "column": 22 294 "column": 22
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 121, 297 "line": 123,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Lock after inactivity", 303 "defaultMessage": "!!!Lock after inactivity",
304 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 305 "start": {
306 "line": 122, 306 "line": 124,
307 "column": 18 307 "column": 18
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 125, 310 "line": 127,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 316 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
317 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 318 "start": {
319 "line": 126, 319 "line": 128,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 129, 323 "line": 131,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!From", 329 "defaultMessage": "!!!From",
330 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 331 "start": {
332 "line": 130, 332 "line": 132,
333 "column": 21 333 "column": 21
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 133, 336 "line": 135,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!To", 342 "defaultMessage": "!!!To",
343 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 344 "start": {
345 "line": 134, 345 "line": 136,
346 "column": 19 346 "column": 19
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 137, 349 "line": 139,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Language", 355 "defaultMessage": "!!!Language",
356 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 357 "start": {
358 "line": 138, 358 "line": 140,
359 "column": 12 359 "column": 12
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 141, 362 "line": 143,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Dark Mode", 368 "defaultMessage": "!!!Dark Mode",
369 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 370 "start": {
371 "line": 142, 371 "line": 144,
372 "column": 12 372 "column": 12
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 145, 375 "line": 147,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 381 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
382 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 383 "start": {
384 "line": 146, 384 "line": 148,
385 "column": 21 385 "column": 21
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 149, 388 "line": 151,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Enable universal Dark Mode", 394 "defaultMessage": "!!!Enable universal Dark Mode",
395 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 396 "start": {
397 "line": 150, 397 "line": 152,
398 "column": 21 398 "column": 21
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 153, 401 "line": 155,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Sidebar width", 407 "defaultMessage": "!!!Sidebar width",
408 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 409 "start": {
410 "line": 154, 410 "line": 156,
411 "column": 22 411 "column": 22
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 157, 414 "line": 159,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Service icon size", 420 "defaultMessage": "!!!Service icon size",
421 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 422 "start": {
423 "line": 158, 423 "line": 160,
424 "column": 12 424 "column": 12
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 161, 427 "line": 163,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Use vertical style", 433 "defaultMessage": "!!!Use vertical style",
434 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 435 "start": {
436 "line": 162, 436 "line": 164,
437 "column": 20 437 "column": 20
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 165, 440 "line": 167,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Always show workspace drawer", 446 "defaultMessage": "!!!Always show workspace drawer",
447 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
448 "start": { 448 "start": {
449 "line": 166, 449 "line": 168,
450 "column": 24 450 "column": 24
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 169, 453 "line": 171,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Accent color", 459 "defaultMessage": "!!!Accent color",
460 "file": "src/containers/settings/EditSettingsScreen.js", 460 "file": "src/containers/settings/EditSettingsScreen.js",
461 "start": { 461 "start": {
462 "line": 170, 462 "line": 172,
463 "column": 15 463 "column": 15
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 173, 466 "line": 175,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Display disabled services tabs", 472 "defaultMessage": "!!!Display disabled services tabs",
473 "file": "src/containers/settings/EditSettingsScreen.js", 473 "file": "src/containers/settings/EditSettingsScreen.js",
474 "start": { 474 "start": {
475 "line": 174, 475 "line": 176,
476 "column": 24 476 "column": 24
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 177, 479 "line": 179,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 485 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
486 "file": "src/containers/settings/EditSettingsScreen.js", 486 "file": "src/containers/settings/EditSettingsScreen.js",
487 "start": { 487 "start": {
488 "line": 178, 488 "line": 180,
489 "column": 29 489 "column": 29
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 181, 492 "line": 183,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Show draggable area on window", 498 "defaultMessage": "!!!Show draggable area on window",
499 "file": "src/containers/settings/EditSettingsScreen.js", 499 "file": "src/containers/settings/EditSettingsScreen.js",
500 "start": { 500 "start": {
501 "line": 182, 501 "line": 184,
502 "column": 16 502 "column": 16
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 185, 505 "line": 187,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Enable spell checking", 511 "defaultMessage": "!!!Enable spell checking",
512 "file": "src/containers/settings/EditSettingsScreen.js", 512 "file": "src/containers/settings/EditSettingsScreen.js",
513 "start": { 513 "start": {
514 "line": 186, 514 "line": 188,
515 "column": 23 515 "column": 23
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 189, 518 "line": 191,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!Enable GPU Acceleration", 524 "defaultMessage": "!!!Enable GPU Acceleration",
525 "file": "src/containers/settings/EditSettingsScreen.js", 525 "file": "src/containers/settings/EditSettingsScreen.js",
526 "start": { 526 "start": {
527 "line": 190, 527 "line": 192,
528 "column": 25 528 "column": 25
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 193, 531 "line": 195,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!Include beta versions", 537 "defaultMessage": "!!!Include beta versions",
538 "file": "src/containers/settings/EditSettingsScreen.js", 538 "file": "src/containers/settings/EditSettingsScreen.js",
539 "start": { 539 "start": {
540 "line": 194, 540 "line": 196,
541 "column": 8 541 "column": 8
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 197, 544 "line": 199,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Enable updates", 550 "defaultMessage": "!!!Enable updates",
551 "file": "src/containers/settings/EditSettingsScreen.js", 551 "file": "src/containers/settings/EditSettingsScreen.js",
552 "start": { 552 "start": {
553 "line": 198, 553 "line": 200,
554 "column": 20 554 "column": 20
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 201, 557 "line": 203,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Enable Franz Todos", 563 "defaultMessage": "!!!Enable Franz Todos",
564 "file": "src/containers/settings/EditSettingsScreen.js", 564 "file": "src/containers/settings/EditSettingsScreen.js",
565 "start": { 565 "start": {
566 "line": 202, 566 "line": 204,
567 "column": 15 567 "column": 15
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 205, 570 "line": 207,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!Keep all workspaces loaded", 576 "defaultMessage": "!!!Keep all workspaces loaded",
577 "file": "src/containers/settings/EditSettingsScreen.js", 577 "file": "src/containers/settings/EditSettingsScreen.js",
578 "start": { 578 "start": {
579 "line": 206, 579 "line": 208,
580 "column": 27 580 "column": 27
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 209, 583 "line": 211,
584 "column": 3 584 "column": 3
585 } 585 }
586 } 586 }