aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-05 08:02:42 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 04:35:32 +0530
commitbaa62416e33bbb8f4205697c505ce950cb40b5e0 (patch)
tree3ffde77d5274e94a076e6855d17b50a338f8cff4
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.tar.gz
ferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.tar.zst
ferdium-app-baa62416e33bbb8f4205697c505ce950cb40b5e0.zip
Removed references to png images since they were not being used anyways.
-rw-r--r--src/api/server/ServerApi.js1
-rw-r--r--src/i18n/locales/defaultMessages.json296
-rw-r--r--src/i18n/messages/src/lib/Menu.json296
-rw-r--r--src/models/Service.js4
4 files changed, 296 insertions, 301 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index 8fdaed363..24d095556 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -624,7 +624,6 @@ export default class ServerApi {
624 624
625 recipe.icons = { 625 recipe.icons = {
626 svg: `${recipe.path}/icon.svg`, 626 svg: `${recipe.path}/icon.svg`,
627 png: `${recipe.path}/icon.png`,
628 }; 627 };
629 recipe.local = true; 628 recipe.local = true;
630 629
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 2500d6b3c..b905d0a8b 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -7451,962 +7451,962 @@
7451 "defaultMessage": "!!!Edit", 7451 "defaultMessage": "!!!Edit",
7452 "end": { 7452 "end": {
7453 "column": 3, 7453 "column": 3,
7454 "line": 26 7454 "line": 22
7455 }, 7455 },
7456 "file": "src/lib/Menu.js", 7456 "file": "src/lib/Menu.js",
7457 "id": "menu.edit", 7457 "id": "menu.edit",
7458 "start": { 7458 "start": {
7459 "column": 8, 7459 "column": 8,
7460 "line": 23 7460 "line": 19
7461 } 7461 }
7462 }, 7462 },
7463 { 7463 {
7464 "defaultMessage": "!!!Undo", 7464 "defaultMessage": "!!!Undo",
7465 "end": { 7465 "end": {
7466 "column": 3, 7466 "column": 3,
7467 "line": 30 7467 "line": 26
7468 }, 7468 },
7469 "file": "src/lib/Menu.js", 7469 "file": "src/lib/Menu.js",
7470 "id": "menu.edit.undo", 7470 "id": "menu.edit.undo",
7471 "start": { 7471 "start": {
7472 "column": 8, 7472 "column": 8,
7473 "line": 27 7473 "line": 23
7474 } 7474 }
7475 }, 7475 },
7476 { 7476 {
7477 "defaultMessage": "!!!Redo", 7477 "defaultMessage": "!!!Redo",
7478 "end": { 7478 "end": {
7479 "column": 3, 7479 "column": 3,
7480 "line": 34 7480 "line": 30
7481 }, 7481 },
7482 "file": "src/lib/Menu.js", 7482 "file": "src/lib/Menu.js",
7483 "id": "menu.edit.redo", 7483 "id": "menu.edit.redo",
7484 "start": { 7484 "start": {
7485 "column": 8, 7485 "column": 8,
7486 "line": 31 7486 "line": 27
7487 } 7487 }
7488 }, 7488 },
7489 { 7489 {
7490 "defaultMessage": "!!!Cut", 7490 "defaultMessage": "!!!Cut",
7491 "end": { 7491 "end": {
7492 "column": 3, 7492 "column": 3,
7493 "line": 38 7493 "line": 34
7494 }, 7494 },
7495 "file": "src/lib/Menu.js", 7495 "file": "src/lib/Menu.js",
7496 "id": "menu.edit.cut", 7496 "id": "menu.edit.cut",
7497 "start": { 7497 "start": {
7498 "column": 7, 7498 "column": 7,
7499 "line": 35 7499 "line": 31
7500 } 7500 }
7501 }, 7501 },
7502 { 7502 {
7503 "defaultMessage": "!!!Copy", 7503 "defaultMessage": "!!!Copy",
7504 "end": { 7504 "end": {
7505 "column": 3, 7505 "column": 3,
7506 "line": 42 7506 "line": 38
7507 }, 7507 },
7508 "file": "src/lib/Menu.js", 7508 "file": "src/lib/Menu.js",
7509 "id": "menu.edit.copy", 7509 "id": "menu.edit.copy",
7510 "start": { 7510 "start": {
7511 "column": 8, 7511 "column": 8,
7512 "line": 39 7512 "line": 35
7513 } 7513 }
7514 }, 7514 },
7515 { 7515 {
7516 "defaultMessage": "!!!Paste", 7516 "defaultMessage": "!!!Paste",
7517 "end": { 7517 "end": {
7518 "column": 3, 7518 "column": 3,
7519 "line": 46 7519 "line": 42
7520 }, 7520 },
7521 "file": "src/lib/Menu.js", 7521 "file": "src/lib/Menu.js",
7522 "id": "menu.edit.paste", 7522 "id": "menu.edit.paste",
7523 "start": { 7523 "start": {
7524 "column": 9, 7524 "column": 9,
7525 "line": 43 7525 "line": 39
7526 } 7526 }
7527 }, 7527 },
7528 { 7528 {
7529 "defaultMessage": "!!!Paste And Match Style", 7529 "defaultMessage": "!!!Paste And Match Style",
7530 "end": { 7530 "end": {
7531 "column": 3, 7531 "column": 3,
7532 "line": 50 7532 "line": 46
7533 }, 7533 },
7534 "file": "src/lib/Menu.js", 7534 "file": "src/lib/Menu.js",
7535 "id": "menu.edit.pasteAndMatchStyle", 7535 "id": "menu.edit.pasteAndMatchStyle",
7536 "start": { 7536 "start": {
7537 "column": 22, 7537 "column": 22,
7538 "line": 47 7538 "line": 43
7539 } 7539 }
7540 }, 7540 },
7541 { 7541 {
7542 "defaultMessage": "!!!Delete", 7542 "defaultMessage": "!!!Delete",
7543 "end": { 7543 "end": {
7544 "column": 3, 7544 "column": 3,
7545 "line": 54 7545 "line": 50
7546 }, 7546 },
7547 "file": "src/lib/Menu.js", 7547 "file": "src/lib/Menu.js",
7548 "id": "menu.edit.delete", 7548 "id": "menu.edit.delete",
7549 "start": { 7549 "start": {
7550 "column": 10, 7550 "column": 10,
7551 "line": 51 7551 "line": 47
7552 } 7552 }
7553 }, 7553 },
7554 { 7554 {
7555 "defaultMessage": "!!!Select All", 7555 "defaultMessage": "!!!Select All",
7556 "end": { 7556 "end": {
7557 "column": 3, 7557 "column": 3,
7558 "line": 58 7558 "line": 54
7559 }, 7559 },
7560 "file": "src/lib/Menu.js", 7560 "file": "src/lib/Menu.js",
7561 "id": "menu.edit.selectAll", 7561 "id": "menu.edit.selectAll",
7562 "start": { 7562 "start": {
7563 "column": 13, 7563 "column": 13,
7564 "line": 55 7564 "line": 51
7565 } 7565 }
7566 }, 7566 },
7567 { 7567 {
7568 "defaultMessage": "!!!Find in Page", 7568 "defaultMessage": "!!!Find in Page",
7569 "end": { 7569 "end": {
7570 "column": 3, 7570 "column": 3,
7571 "line": 62 7571 "line": 58
7572 }, 7572 },
7573 "file": "src/lib/Menu.js", 7573 "file": "src/lib/Menu.js",
7574 "id": "menu.edit.findInPage", 7574 "id": "menu.edit.findInPage",
7575 "start": { 7575 "start": {
7576 "column": 14, 7576 "column": 14,
7577 "line": 59 7577 "line": 55
7578 } 7578 }
7579 }, 7579 },
7580 { 7580 {
7581 "defaultMessage": "!!!Speech", 7581 "defaultMessage": "!!!Speech",
7582 "end": { 7582 "end": {
7583 "column": 3, 7583 "column": 3,
7584 "line": 66 7584 "line": 62
7585 }, 7585 },
7586 "file": "src/lib/Menu.js", 7586 "file": "src/lib/Menu.js",
7587 "id": "menu.edit.speech", 7587 "id": "menu.edit.speech",
7588 "start": { 7588 "start": {
7589 "column": 10, 7589 "column": 10,
7590 "line": 63 7590 "line": 59
7591 } 7591 }
7592 }, 7592 },
7593 { 7593 {
7594 "defaultMessage": "!!!Start Speaking", 7594 "defaultMessage": "!!!Start Speaking",
7595 "end": { 7595 "end": {
7596 "column": 3, 7596 "column": 3,
7597 "line": 70 7597 "line": 66
7598 }, 7598 },
7599 "file": "src/lib/Menu.js", 7599 "file": "src/lib/Menu.js",
7600 "id": "menu.edit.startSpeaking", 7600 "id": "menu.edit.startSpeaking",
7601 "start": { 7601 "start": {
7602 "column": 17, 7602 "column": 17,
7603 "line": 67 7603 "line": 63
7604 } 7604 }
7605 }, 7605 },
7606 { 7606 {
7607 "defaultMessage": "!!!Stop Speaking", 7607 "defaultMessage": "!!!Stop Speaking",
7608 "end": { 7608 "end": {
7609 "column": 3, 7609 "column": 3,
7610 "line": 74 7610 "line": 70
7611 }, 7611 },
7612 "file": "src/lib/Menu.js", 7612 "file": "src/lib/Menu.js",
7613 "id": "menu.edit.stopSpeaking", 7613 "id": "menu.edit.stopSpeaking",
7614 "start": { 7614 "start": {
7615 "column": 16, 7615 "column": 16,
7616 "line": 71 7616 "line": 67
7617 } 7617 }
7618 }, 7618 },
7619 { 7619 {
7620 "defaultMessage": "!!!Start Dictation", 7620 "defaultMessage": "!!!Start Dictation",
7621 "end": { 7621 "end": {
7622 "column": 3, 7622 "column": 3,
7623 "line": 78 7623 "line": 74
7624 }, 7624 },
7625 "file": "src/lib/Menu.js", 7625 "file": "src/lib/Menu.js",
7626 "id": "menu.edit.startDictation", 7626 "id": "menu.edit.startDictation",
7627 "start": { 7627 "start": {
7628 "column": 18, 7628 "column": 18,
7629 "line": 75 7629 "line": 71
7630 } 7630 }
7631 }, 7631 },
7632 { 7632 {
7633 "defaultMessage": "!!!Emoji & Symbols", 7633 "defaultMessage": "!!!Emoji & Symbols",
7634 "end": { 7634 "end": {
7635 "column": 3, 7635 "column": 3,
7636 "line": 82 7636 "line": 78
7637 }, 7637 },
7638 "file": "src/lib/Menu.js", 7638 "file": "src/lib/Menu.js",
7639 "id": "menu.edit.emojiSymbols", 7639 "id": "menu.edit.emojiSymbols",
7640 "start": { 7640 "start": {
7641 "column": 16, 7641 "column": 16,
7642 "line": 79 7642 "line": 75
7643 } 7643 }
7644 }, 7644 },
7645 { 7645 {
7646 "defaultMessage": "!!!Open Quick Switch", 7646 "defaultMessage": "!!!Open Quick Switch",
7647 "end": { 7647 "end": {
7648 "column": 3, 7648 "column": 3,
7649 "line": 86 7649 "line": 82
7650 }, 7650 },
7651 "file": "src/lib/Menu.js", 7651 "file": "src/lib/Menu.js",
7652 "id": "menu.view.openQuickSwitch", 7652 "id": "menu.view.openQuickSwitch",
7653 "start": { 7653 "start": {
7654 "column": 19, 7654 "column": 19,
7655 "line": 83 7655 "line": 79
7656 } 7656 }
7657 }, 7657 },
7658 { 7658 {
7659 "defaultMessage": "!!!Back", 7659 "defaultMessage": "!!!Back",
7660 "end": { 7660 "end": {
7661 "column": 3, 7661 "column": 3,
7662 "line": 90 7662 "line": 86
7663 }, 7663 },
7664 "file": "src/lib/Menu.js", 7664 "file": "src/lib/Menu.js",
7665 "id": "menu.view.back", 7665 "id": "menu.view.back",
7666 "start": { 7666 "start": {
7667 "column": 8, 7667 "column": 8,
7668 "line": 87 7668 "line": 83
7669 } 7669 }
7670 }, 7670 },
7671 { 7671 {
7672 "defaultMessage": "!!!Forward", 7672 "defaultMessage": "!!!Forward",
7673 "end": { 7673 "end": {
7674 "column": 3, 7674 "column": 3,
7675 "line": 94 7675 "line": 90
7676 }, 7676 },
7677 "file": "src/lib/Menu.js", 7677 "file": "src/lib/Menu.js",
7678 "id": "menu.view.forward", 7678 "id": "menu.view.forward",
7679 "start": { 7679 "start": {
7680 "column": 11, 7680 "column": 11,
7681 "line": 91 7681 "line": 87
7682 } 7682 }
7683 }, 7683 },
7684 { 7684 {
7685 "defaultMessage": "!!!Actual Size", 7685 "defaultMessage": "!!!Actual Size",
7686 "end": { 7686 "end": {
7687 "column": 3, 7687 "column": 3,
7688 "line": 98 7688 "line": 94
7689 }, 7689 },
7690 "file": "src/lib/Menu.js", 7690 "file": "src/lib/Menu.js",
7691 "id": "menu.view.resetZoom", 7691 "id": "menu.view.resetZoom",
7692 "start": { 7692 "start": {
7693 "column": 13, 7693 "column": 13,
7694 "line": 95 7694 "line": 91
7695 } 7695 }
7696 }, 7696 },
7697 { 7697 {
7698 "defaultMessage": "!!!Zoom In", 7698 "defaultMessage": "!!!Zoom In",
7699 "end": { 7699 "end": {
7700 "column": 3, 7700 "column": 3,
7701 "line": 102 7701 "line": 98
7702 }, 7702 },
7703 "file": "src/lib/Menu.js", 7703 "file": "src/lib/Menu.js",
7704 "id": "menu.view.zoomIn", 7704 "id": "menu.view.zoomIn",
7705 "start": { 7705 "start": {
7706 "column": 10, 7706 "column": 10,
7707 "line": 99 7707 "line": 95
7708 } 7708 }
7709 }, 7709 },
7710 { 7710 {
7711 "defaultMessage": "!!!Zoom Out", 7711 "defaultMessage": "!!!Zoom Out",
7712 "end": { 7712 "end": {
7713 "column": 3, 7713 "column": 3,
7714 "line": 106 7714 "line": 102
7715 }, 7715 },
7716 "file": "src/lib/Menu.js", 7716 "file": "src/lib/Menu.js",
7717 "id": "menu.view.zoomOut", 7717 "id": "menu.view.zoomOut",
7718 "start": { 7718 "start": {
7719 "column": 11, 7719 "column": 11,
7720 "line": 103 7720 "line": 99
7721 } 7721 }
7722 }, 7722 },
7723 { 7723 {
7724 "defaultMessage": "!!!Enter Full Screen", 7724 "defaultMessage": "!!!Enter Full Screen",
7725 "end": { 7725 "end": {
7726 "column": 3, 7726 "column": 3,
7727 "line": 110 7727 "line": 106
7728 }, 7728 },
7729 "file": "src/lib/Menu.js", 7729 "file": "src/lib/Menu.js",
7730 "id": "menu.view.enterFullScreen", 7730 "id": "menu.view.enterFullScreen",
7731 "start": { 7731 "start": {
7732 "column": 19, 7732 "column": 19,
7733 "line": 107 7733 "line": 103
7734 } 7734 }
7735 }, 7735 },
7736 { 7736 {
7737 "defaultMessage": "!!!Exit Full Screen", 7737 "defaultMessage": "!!!Exit Full Screen",
7738 "end": { 7738 "end": {
7739 "column": 3, 7739 "column": 3,
7740 "line": 114 7740 "line": 110
7741 }, 7741 },
7742 "file": "src/lib/Menu.js", 7742 "file": "src/lib/Menu.js",
7743 "id": "menu.view.exitFullScreen", 7743 "id": "menu.view.exitFullScreen",
7744 "start": { 7744 "start": {
7745 "column": 18, 7745 "column": 18,
7746 "line": 111 7746 "line": 107
7747 } 7747 }
7748 }, 7748 },
7749 { 7749 {
7750 "defaultMessage": "!!!Toggle Full Screen", 7750 "defaultMessage": "!!!Toggle Full Screen",
7751 "end": { 7751 "end": {
7752 "column": 3, 7752 "column": 3,
7753 "line": 118 7753 "line": 114
7754 }, 7754 },
7755 "file": "src/lib/Menu.js", 7755 "file": "src/lib/Menu.js",
7756 "id": "menu.view.toggleFullScreen", 7756 "id": "menu.view.toggleFullScreen",
7757 "start": { 7757 "start": {
7758 "column": 20, 7758 "column": 20,
7759 "line": 115 7759 "line": 111
7760 } 7760 }
7761 }, 7761 },
7762 { 7762 {
7763 "defaultMessage": "!!!Toggle Dark Mode", 7763 "defaultMessage": "!!!Toggle Dark Mode",
7764 "end": { 7764 "end": {
7765 "column": 3, 7765 "column": 3,
7766 "line": 122 7766 "line": 118
7767 }, 7767 },
7768 "file": "src/lib/Menu.js", 7768 "file": "src/lib/Menu.js",
7769 "id": "menu.view.toggleDarkMode", 7769 "id": "menu.view.toggleDarkMode",
7770 "start": { 7770 "start": {
7771 "column": 18, 7771 "column": 18,
7772 "line": 119 7772 "line": 115
7773 } 7773 }
7774 }, 7774 },
7775 { 7775 {
7776 "defaultMessage": "!!!Toggle Developer Tools", 7776 "defaultMessage": "!!!Toggle Developer Tools",
7777 "end": { 7777 "end": {
7778 "column": 3, 7778 "column": 3,
7779 "line": 126 7779 "line": 122
7780 }, 7780 },
7781 "file": "src/lib/Menu.js", 7781 "file": "src/lib/Menu.js",
7782 "id": "menu.view.toggleDevTools", 7782 "id": "menu.view.toggleDevTools",
7783 "start": { 7783 "start": {
7784 "column": 18, 7784 "column": 18,
7785 "line": 123 7785 "line": 119
7786 } 7786 }
7787 }, 7787 },
7788 { 7788 {
7789 "defaultMessage": "!!!Toggle Todos Developer Tools", 7789 "defaultMessage": "!!!Toggle Todos Developer Tools",
7790 "end": { 7790 "end": {
7791 "column": 3, 7791 "column": 3,
7792 "line": 130 7792 "line": 126
7793 }, 7793 },
7794 "file": "src/lib/Menu.js", 7794 "file": "src/lib/Menu.js",
7795 "id": "menu.view.toggleTodosDevTools", 7795 "id": "menu.view.toggleTodosDevTools",
7796 "start": { 7796 "start": {
7797 "column": 23, 7797 "column": 23,
7798 "line": 127 7798 "line": 123
7799 } 7799 }
7800 }, 7800 },
7801 { 7801 {
7802 "defaultMessage": "!!!Toggle Service Developer Tools", 7802 "defaultMessage": "!!!Toggle Service Developer Tools",
7803 "end": { 7803 "end": {
7804 "column": 3, 7804 "column": 3,
7805 "line": 134 7805 "line": 130
7806 }, 7806 },
7807 "file": "src/lib/Menu.js", 7807 "file": "src/lib/Menu.js",
7808 "id": "menu.view.toggleServiceDevTools", 7808 "id": "menu.view.toggleServiceDevTools",
7809 "start": { 7809 "start": {
7810 "column": 25, 7810 "column": 25,
7811 "line": 131 7811 "line": 127
7812 } 7812 }
7813 }, 7813 },
7814 { 7814 {
7815 "defaultMessage": "!!!Reload Service", 7815 "defaultMessage": "!!!Reload Service",
7816 "end": { 7816 "end": {
7817 "column": 3, 7817 "column": 3,
7818 "line": 138 7818 "line": 134
7819 }, 7819 },
7820 "file": "src/lib/Menu.js", 7820 "file": "src/lib/Menu.js",
7821 "id": "menu.view.reloadService", 7821 "id": "menu.view.reloadService",
7822 "start": { 7822 "start": {
7823 "column": 17, 7823 "column": 17,
7824 "line": 135 7824 "line": 131
7825 } 7825 }
7826 }, 7826 },
7827 { 7827 {
7828 "defaultMessage": "!!!Reload Ferdi", 7828 "defaultMessage": "!!!Reload Ferdi",
7829 "end": { 7829 "end": {
7830 "column": 3, 7830 "column": 3,
7831 "line": 142 7831 "line": 138
7832 }, 7832 },
7833 "file": "src/lib/Menu.js", 7833 "file": "src/lib/Menu.js",
7834 "id": "menu.view.reloadFranz", 7834 "id": "menu.view.reloadFranz",
7835 "start": { 7835 "start": {
7836 "column": 15, 7836 "column": 15,
7837 "line": 139 7837 "line": 135
7838 } 7838 }
7839 }, 7839 },
7840 { 7840 {
7841 "defaultMessage": "!!!Lock Ferdi", 7841 "defaultMessage": "!!!Lock Ferdi",
7842 "end": { 7842 "end": {
7843 "column": 3, 7843 "column": 3,
7844 "line": 146 7844 "line": 142
7845 }, 7845 },
7846 "file": "src/lib/Menu.js", 7846 "file": "src/lib/Menu.js",
7847 "id": "menu.view.lockFerdi", 7847 "id": "menu.view.lockFerdi",
7848 "start": { 7848 "start": {
7849 "column": 13, 7849 "column": 13,
7850 "line": 143 7850 "line": 139
7851 } 7851 }
7852 }, 7852 },
7853 { 7853 {
7854 "defaultMessage": "!!!Reload ToDos", 7854 "defaultMessage": "!!!Reload ToDos",
7855 "end": { 7855 "end": {
7856 "column": 3, 7856 "column": 3,
7857 "line": 150 7857 "line": 146
7858 }, 7858 },
7859 "file": "src/lib/Menu.js", 7859 "file": "src/lib/Menu.js",
7860 "id": "menu.view.reloadTodos", 7860 "id": "menu.view.reloadTodos",
7861 "start": { 7861 "start": {
7862 "column": 15, 7862 "column": 15,
7863 "line": 147 7863 "line": 143
7864 } 7864 }
7865 }, 7865 },
7866 { 7866 {
7867 "defaultMessage": "!!!Minimize", 7867 "defaultMessage": "!!!Minimize",
7868 "end": { 7868 "end": {
7869 "column": 3, 7869 "column": 3,
7870 "line": 154 7870 "line": 150
7871 }, 7871 },
7872 "file": "src/lib/Menu.js", 7872 "file": "src/lib/Menu.js",
7873 "id": "menu.window.minimize", 7873 "id": "menu.window.minimize",
7874 "start": { 7874 "start": {
7875 "column": 12, 7875 "column": 12,
7876 "line": 151 7876 "line": 147
7877 } 7877 }
7878 }, 7878 },
7879 { 7879 {
7880 "defaultMessage": "!!!Close", 7880 "defaultMessage": "!!!Close",
7881 "end": { 7881 "end": {
7882 "column": 3, 7882 "column": 3,
7883 "line": 158 7883 "line": 154
7884 }, 7884 },
7885 "file": "src/lib/Menu.js", 7885 "file": "src/lib/Menu.js",
7886 "id": "menu.window.close", 7886 "id": "menu.window.close",
7887 "start": { 7887 "start": {
7888 "column": 9, 7888 "column": 9,
7889 "line": 155 7889 "line": 151
7890 } 7890 }
7891 }, 7891 },
7892 { 7892 {
7893 "defaultMessage": "!!!Learn More", 7893 "defaultMessage": "!!!Learn More",
7894 "end": { 7894 "end": {
7895 "column": 3, 7895 "column": 3,
7896 "line": 162 7896 "line": 158
7897 }, 7897 },
7898 "file": "src/lib/Menu.js", 7898 "file": "src/lib/Menu.js",
7899 "id": "menu.help.learnMore", 7899 "id": "menu.help.learnMore",
7900 "start": { 7900 "start": {
7901 "column": 13, 7901 "column": 13,
7902 "line": 159 7902 "line": 155
7903 } 7903 }
7904 }, 7904 },
7905 { 7905 {
7906 "defaultMessage": "!!!Changelog", 7906 "defaultMessage": "!!!Changelog",
7907 "end": { 7907 "end": {
7908 "column": 3, 7908 "column": 3,
7909 "line": 166 7909 "line": 162
7910 }, 7910 },
7911 "file": "src/lib/Menu.js", 7911 "file": "src/lib/Menu.js",
7912 "id": "menu.help.changelog", 7912 "id": "menu.help.changelog",
7913 "start": { 7913 "start": {
7914 "column": 13, 7914 "column": 13,
7915 "line": 163 7915 "line": 159
7916 } 7916 }
7917 }, 7917 },
7918 { 7918 {
7919 "defaultMessage": "!!!Support", 7919 "defaultMessage": "!!!Support",
7920 "end": { 7920 "end": {
7921 "column": 3, 7921 "column": 3,
7922 "line": 170 7922 "line": 166
7923 }, 7923 },
7924 "file": "src/lib/Menu.js", 7924 "file": "src/lib/Menu.js",
7925 "id": "menu.help.support", 7925 "id": "menu.help.support",
7926 "start": { 7926 "start": {
7927 "column": 11, 7927 "column": 11,
7928 "line": 167 7928 "line": 163
7929 } 7929 }
7930 }, 7930 },
7931 { 7931 {
7932 "defaultMessage": "!!!Copy Debug Information", 7932 "defaultMessage": "!!!Copy Debug Information",
7933 "end": { 7933 "end": {
7934 "column": 3, 7934 "column": 3,
7935 "line": 174 7935 "line": 170
7936 }, 7936 },
7937 "file": "src/lib/Menu.js", 7937 "file": "src/lib/Menu.js",
7938 "id": "menu.help.debugInfo", 7938 "id": "menu.help.debugInfo",
7939 "start": { 7939 "start": {
7940 "column": 13, 7940 "column": 13,
7941 "line": 171 7941 "line": 167
7942 } 7942 }
7943 }, 7943 },
7944 { 7944 {
7945 "defaultMessage": "!!!Publish Debug Information", 7945 "defaultMessage": "!!!Publish Debug Information",
7946 "end": { 7946 "end": {
7947 "column": 3, 7947 "column": 3,
7948 "line": 178 7948 "line": 174
7949 }, 7949 },
7950 "file": "src/lib/Menu.js", 7950 "file": "src/lib/Menu.js",
7951 "id": "menu.help.publishDebugInfo", 7951 "id": "menu.help.publishDebugInfo",
7952 "start": { 7952 "start": {
7953 "column": 20, 7953 "column": 20,
7954 "line": 175 7954 "line": 171
7955 } 7955 }
7956 }, 7956 },
7957 { 7957 {
7958 "defaultMessage": "!!!Ferdi Debug Information", 7958 "defaultMessage": "!!!Ferdi Debug Information",
7959 "end": { 7959 "end": {
7960 "column": 3, 7960 "column": 3,
7961 "line": 182 7961 "line": 178
7962 }, 7962 },
7963 "file": "src/lib/Menu.js", 7963 "file": "src/lib/Menu.js",
7964 "id": "menu.help.debugInfoCopiedHeadline", 7964 "id": "menu.help.debugInfoCopiedHeadline",
7965 "start": { 7965 "start": {
7966 "column": 27, 7966 "column": 27,
7967 "line": 179 7967 "line": 175
7968 } 7968 }
7969 }, 7969 },
7970 { 7970 {
7971 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 7971 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
7972 "end": { 7972 "end": {
7973 "column": 3, 7973 "column": 3,
7974 "line": 186 7974 "line": 182
7975 }, 7975 },
7976 "file": "src/lib/Menu.js", 7976 "file": "src/lib/Menu.js",
7977 "id": "menu.help.debugInfoCopiedBody", 7977 "id": "menu.help.debugInfoCopiedBody",
7978 "start": { 7978 "start": {
7979 "column": 23, 7979 "column": 23,
7980 "line": 183 7980 "line": 179
7981 } 7981 }
7982 }, 7982 },
7983 { 7983 {
7984 "defaultMessage": "!!!Unlock with Touch ID", 7984 "defaultMessage": "!!!Unlock with Touch ID",
7985 "end": { 7985 "end": {
7986 "column": 3, 7986 "column": 3,
7987 "line": 190 7987 "line": 186
7988 }, 7988 },
7989 "file": "src/lib/Menu.js", 7989 "file": "src/lib/Menu.js",
7990 "id": "locked.touchId", 7990 "id": "locked.touchId",
7991 "start": { 7991 "start": {
7992 "column": 11, 7992 "column": 11,
7993 "line": 187 7993 "line": 183
7994 } 7994 }
7995 }, 7995 },
7996 { 7996 {
7997 "defaultMessage": "!!!unlock via Touch ID", 7997 "defaultMessage": "!!!unlock via Touch ID",
7998 "end": { 7998 "end": {
7999 "column": 3, 7999 "column": 3,
8000 "line": 194 8000 "line": 190
8001 }, 8001 },
8002 "file": "src/lib/Menu.js", 8002 "file": "src/lib/Menu.js",
8003 "id": "locked.touchIdPrompt", 8003 "id": "locked.touchIdPrompt",
8004 "start": { 8004 "start": {
8005 "column": 17, 8005 "column": 17,
8006 "line": 191 8006 "line": 187
8007 } 8007 }
8008 }, 8008 },
8009 { 8009 {
8010 "defaultMessage": "!!!Terms of Service", 8010 "defaultMessage": "!!!Terms of Service",
8011 "end": { 8011 "end": {
8012 "column": 3, 8012 "column": 3,
8013 "line": 198 8013 "line": 194
8014 }, 8014 },
8015 "file": "src/lib/Menu.js", 8015 "file": "src/lib/Menu.js",
8016 "id": "menu.help.tos", 8016 "id": "menu.help.tos",
8017 "start": { 8017 "start": {
8018 "column": 7, 8018 "column": 7,
8019 "line": 195 8019 "line": 191
8020 } 8020 }
8021 }, 8021 },
8022 { 8022 {
8023 "defaultMessage": "!!!Privacy Statement", 8023 "defaultMessage": "!!!Privacy Statement",
8024 "end": { 8024 "end": {
8025 "column": 3, 8025 "column": 3,
8026 "line": 202 8026 "line": 198
8027 }, 8027 },
8028 "file": "src/lib/Menu.js", 8028 "file": "src/lib/Menu.js",
8029 "id": "menu.help.privacy", 8029 "id": "menu.help.privacy",
8030 "start": { 8030 "start": {
8031 "column": 11, 8031 "column": 11,
8032 "line": 199 8032 "line": 195
8033 } 8033 }
8034 }, 8034 },
8035 { 8035 {
8036 "defaultMessage": "!!!File", 8036 "defaultMessage": "!!!File",
8037 "end": { 8037 "end": {
8038 "column": 3, 8038 "column": 3,
8039 "line": 206 8039 "line": 202
8040 }, 8040 },
8041 "file": "src/lib/Menu.js", 8041 "file": "src/lib/Menu.js",
8042 "id": "menu.file", 8042 "id": "menu.file",
8043 "start": { 8043 "start": {
8044 "column": 8, 8044 "column": 8,
8045 "line": 203 8045 "line": 199
8046 } 8046 }
8047 }, 8047 },
8048 { 8048 {
8049 "defaultMessage": "!!!View", 8049 "defaultMessage": "!!!View",
8050 "end": { 8050 "end": {
8051 "column": 3, 8051 "column": 3,
8052 "line": 210 8052 "line": 206
8053 }, 8053 },
8054 "file": "src/lib/Menu.js", 8054 "file": "src/lib/Menu.js",
8055 "id": "menu.view", 8055 "id": "menu.view",
8056 "start": { 8056 "start": {
8057 "column": 8, 8057 "column": 8,
8058 "line": 207 8058 "line": 203
8059 } 8059 }
8060 }, 8060 },
8061 { 8061 {
8062 "defaultMessage": "!!!Services", 8062 "defaultMessage": "!!!Services",
8063 "end": { 8063 "end": {
8064 "column": 3, 8064 "column": 3,
8065 "line": 214 8065 "line": 210
8066 }, 8066 },
8067 "file": "src/lib/Menu.js", 8067 "file": "src/lib/Menu.js",
8068 "id": "menu.services", 8068 "id": "menu.services",
8069 "start": { 8069 "start": {
8070 "column": 12, 8070 "column": 12,
8071 "line": 211 8071 "line": 207
8072 } 8072 }
8073 }, 8073 },
8074 { 8074 {
8075 "defaultMessage": "!!!Window", 8075 "defaultMessage": "!!!Window",
8076 "end": { 8076 "end": {
8077 "column": 3, 8077 "column": 3,
8078 "line": 218 8078 "line": 214
8079 }, 8079 },
8080 "file": "src/lib/Menu.js", 8080 "file": "src/lib/Menu.js",
8081 "id": "menu.window", 8081 "id": "menu.window",
8082 "start": { 8082 "start": {
8083 "column": 10, 8083 "column": 10,
8084 "line": 215 8084 "line": 211
8085 } 8085 }
8086 }, 8086 },
8087 { 8087 {
8088 "defaultMessage": "!!!Help", 8088 "defaultMessage": "!!!Help",
8089 "end": { 8089 "end": {
8090 "column": 3, 8090 "column": 3,
8091 "line": 222 8091 "line": 218
8092 }, 8092 },
8093 "file": "src/lib/Menu.js", 8093 "file": "src/lib/Menu.js",
8094 "id": "menu.help", 8094 "id": "menu.help",
8095 "start": { 8095 "start": {
8096 "column": 8, 8096 "column": 8,
8097 "line": 219 8097 "line": 215
8098 } 8098 }
8099 }, 8099 },
8100 { 8100 {
8101 "defaultMessage": "!!!About Ferdi", 8101 "defaultMessage": "!!!About Ferdi",
8102 "end": { 8102 "end": {
8103 "column": 3, 8103 "column": 3,
8104 "line": 226 8104 "line": 222
8105 }, 8105 },
8106 "file": "src/lib/Menu.js", 8106 "file": "src/lib/Menu.js",
8107 "id": "menu.app.about", 8107 "id": "menu.app.about",
8108 "start": { 8108 "start": {
8109 "column": 9, 8109 "column": 9,
8110 "line": 223 8110 "line": 219
8111 } 8111 }
8112 }, 8112 },
8113 { 8113 {
8114 "defaultMessage": "!!!What's new?", 8114 "defaultMessage": "!!!What's new?",
8115 "end": { 8115 "end": {
8116 "column": 3, 8116 "column": 3,
8117 "line": 230 8117 "line": 226
8118 }, 8118 },
8119 "file": "src/lib/Menu.js", 8119 "file": "src/lib/Menu.js",
8120 "id": "menu.app.announcement", 8120 "id": "menu.app.announcement",
8121 "start": { 8121 "start": {
8122 "column": 16, 8122 "column": 16,
8123 "line": 227 8123 "line": 223
8124 } 8124 }
8125 }, 8125 },
8126 { 8126 {
8127 "defaultMessage": "!!!Settings", 8127 "defaultMessage": "!!!Settings",
8128 "end": { 8128 "end": {
8129 "column": 3, 8129 "column": 3,
8130 "line": 234 8130 "line": 230
8131 }, 8131 },
8132 "file": "src/lib/Menu.js", 8132 "file": "src/lib/Menu.js",
8133 "id": "menu.app.settings", 8133 "id": "menu.app.settings",
8134 "start": { 8134 "start": {
8135 "column": 12, 8135 "column": 12,
8136 "line": 231 8136 "line": 227
8137 } 8137 }
8138 }, 8138 },
8139 { 8139 {
8140 "defaultMessage": "!!!Check for updates", 8140 "defaultMessage": "!!!Check for updates",
8141 "end": { 8141 "end": {
8142 "column": 3, 8142 "column": 3,
8143 "line": 238 8143 "line": 234
8144 }, 8144 },
8145 "file": "src/lib/Menu.js", 8145 "file": "src/lib/Menu.js",
8146 "id": "menu.app.checkForUpdates", 8146 "id": "menu.app.checkForUpdates",
8147 "start": { 8147 "start": {
8148 "column": 19, 8148 "column": 19,
8149 "line": 235 8149 "line": 231
8150 } 8150 }
8151 }, 8151 },
8152 { 8152 {
8153 "defaultMessage": "!!!Hide", 8153 "defaultMessage": "!!!Hide",
8154 "end": { 8154 "end": {
8155 "column": 3, 8155 "column": 3,
8156 "line": 242 8156 "line": 238
8157 }, 8157 },
8158 "file": "src/lib/Menu.js", 8158 "file": "src/lib/Menu.js",
8159 "id": "menu.app.hide", 8159 "id": "menu.app.hide",
8160 "start": { 8160 "start": {
8161 "column": 8, 8161 "column": 8,
8162 "line": 239 8162 "line": 235
8163 } 8163 }
8164 }, 8164 },
8165 { 8165 {
8166 "defaultMessage": "!!!Hide Others", 8166 "defaultMessage": "!!!Hide Others",
8167 "end": { 8167 "end": {
8168 "column": 3, 8168 "column": 3,
8169 "line": 246 8169 "line": 242
8170 }, 8170 },
8171 "file": "src/lib/Menu.js", 8171 "file": "src/lib/Menu.js",
8172 "id": "menu.app.hideOthers", 8172 "id": "menu.app.hideOthers",
8173 "start": { 8173 "start": {
8174 "column": 14, 8174 "column": 14,
8175 "line": 243 8175 "line": 239
8176 } 8176 }
8177 }, 8177 },
8178 { 8178 {
8179 "defaultMessage": "!!!Unhide", 8179 "defaultMessage": "!!!Unhide",
8180 "end": { 8180 "end": {
8181 "column": 3, 8181 "column": 3,
8182 "line": 250 8182 "line": 246
8183 }, 8183 },
8184 "file": "src/lib/Menu.js", 8184 "file": "src/lib/Menu.js",
8185 "id": "menu.app.unhide", 8185 "id": "menu.app.unhide",
8186 "start": { 8186 "start": {
8187 "column": 10, 8187 "column": 10,
8188 "line": 247 8188 "line": 243
8189 } 8189 }
8190 }, 8190 },
8191 { 8191 {
8192 "defaultMessage": "!!!Auto-hide menu bar", 8192 "defaultMessage": "!!!Auto-hide menu bar",
8193 "end": { 8193 "end": {
8194 "column": 3, 8194 "column": 3,
8195 "line": 254 8195 "line": 250
8196 }, 8196 },
8197 "file": "src/lib/Menu.js", 8197 "file": "src/lib/Menu.js",
8198 "id": "menu.app.autohideMenuBar", 8198 "id": "menu.app.autohideMenuBar",
8199 "start": { 8199 "start": {
8200 "column": 19, 8200 "column": 19,
8201 "line": 251 8201 "line": 247
8202 } 8202 }
8203 }, 8203 },
8204 { 8204 {
8205 "defaultMessage": "!!!Quit", 8205 "defaultMessage": "!!!Quit",
8206 "end": { 8206 "end": {
8207 "column": 3, 8207 "column": 3,
8208 "line": 258 8208 "line": 254
8209 }, 8209 },
8210 "file": "src/lib/Menu.js", 8210 "file": "src/lib/Menu.js",
8211 "id": "menu.app.quit", 8211 "id": "menu.app.quit",
8212 "start": { 8212 "start": {
8213 "column": 8, 8213 "column": 8,
8214 "line": 255 8214 "line": 251
8215 } 8215 }
8216 }, 8216 },
8217 { 8217 {
8218 "defaultMessage": "!!!Add New Service...", 8218 "defaultMessage": "!!!Add New Service...",
8219 "end": { 8219 "end": {
8220 "column": 3, 8220 "column": 3,
8221 "line": 262 8221 "line": 258
8222 }, 8222 },
8223 "file": "src/lib/Menu.js", 8223 "file": "src/lib/Menu.js",
8224 "id": "menu.services.addNewService", 8224 "id": "menu.services.addNewService",
8225 "start": { 8225 "start": {
8226 "column": 17, 8226 "column": 17,
8227 "line": 259 8227 "line": 255
8228 } 8228 }
8229 }, 8229 },
8230 { 8230 {
8231 "defaultMessage": "!!!Add New Workspace...", 8231 "defaultMessage": "!!!Add New Workspace...",
8232 "end": { 8232 "end": {
8233 "column": 3, 8233 "column": 3,
8234 "line": 266 8234 "line": 262
8235 }, 8235 },
8236 "file": "src/lib/Menu.js", 8236 "file": "src/lib/Menu.js",
8237 "id": "menu.workspaces.addNewWorkspace", 8237 "id": "menu.workspaces.addNewWorkspace",
8238 "start": { 8238 "start": {
8239 "column": 19, 8239 "column": 19,
8240 "line": 263 8240 "line": 259
8241 } 8241 }
8242 }, 8242 },
8243 { 8243 {
8244 "defaultMessage": "!!!Open workspace drawer", 8244 "defaultMessage": "!!!Open workspace drawer",
8245 "end": { 8245 "end": {
8246 "column": 3, 8246 "column": 3,
8247 "line": 270 8247 "line": 266
8248 }, 8248 },
8249 "file": "src/lib/Menu.js", 8249 "file": "src/lib/Menu.js",
8250 "id": "menu.workspaces.openWorkspaceDrawer", 8250 "id": "menu.workspaces.openWorkspaceDrawer",
8251 "start": { 8251 "start": {
8252 "column": 23, 8252 "column": 23,
8253 "line": 267 8253 "line": 263
8254 } 8254 }
8255 }, 8255 },
8256 { 8256 {
8257 "defaultMessage": "!!!Close workspace drawer", 8257 "defaultMessage": "!!!Close workspace drawer",
8258 "end": { 8258 "end": {
8259 "column": 3, 8259 "column": 3,
8260 "line": 274 8260 "line": 270
8261 }, 8261 },
8262 "file": "src/lib/Menu.js", 8262 "file": "src/lib/Menu.js",
8263 "id": "menu.workspaces.closeWorkspaceDrawer", 8263 "id": "menu.workspaces.closeWorkspaceDrawer",
8264 "start": { 8264 "start": {
8265 "column": 24, 8265 "column": 24,
8266 "line": 271 8266 "line": 267
8267 } 8267 }
8268 }, 8268 },
8269 { 8269 {
8270 "defaultMessage": "!!!Activate next service...", 8270 "defaultMessage": "!!!Activate next service...",
8271 "end": { 8271 "end": {
8272 "column": 3, 8272 "column": 3,
8273 "line": 278 8273 "line": 274
8274 }, 8274 },
8275 "file": "src/lib/Menu.js", 8275 "file": "src/lib/Menu.js",
8276 "id": "menu.services.setNextServiceActive", 8276 "id": "menu.services.setNextServiceActive",
8277 "start": { 8277 "start": {
8278 "column": 23, 8278 "column": 23,
8279 "line": 275 8279 "line": 271
8280 } 8280 }
8281 }, 8281 },
8282 { 8282 {
8283 "defaultMessage": "!!!Activate previous service...", 8283 "defaultMessage": "!!!Activate previous service...",
8284 "end": { 8284 "end": {
8285 "column": 3, 8285 "column": 3,
8286 "line": 282 8286 "line": 278
8287 }, 8287 },
8288 "file": "src/lib/Menu.js", 8288 "file": "src/lib/Menu.js",
8289 "id": "menu.services.activatePreviousService", 8289 "id": "menu.services.activatePreviousService",
8290 "start": { 8290 "start": {
8291 "column": 27, 8291 "column": 27,
8292 "line": 279 8292 "line": 275
8293 } 8293 }
8294 }, 8294 },
8295 { 8295 {
8296 "defaultMessage": "!!!Disable notifications & audio", 8296 "defaultMessage": "!!!Disable notifications & audio",
8297 "end": { 8297 "end": {
8298 "column": 3, 8298 "column": 3,
8299 "line": 286 8299 "line": 282
8300 }, 8300 },
8301 "file": "src/lib/Menu.js", 8301 "file": "src/lib/Menu.js",
8302 "id": "sidebar.muteApp", 8302 "id": "sidebar.muteApp",
8303 "start": { 8303 "start": {
8304 "column": 11, 8304 "column": 11,
8305 "line": 283 8305 "line": 279
8306 } 8306 }
8307 }, 8307 },
8308 { 8308 {
8309 "defaultMessage": "!!!Enable notifications & audio", 8309 "defaultMessage": "!!!Enable notifications & audio",
8310 "end": { 8310 "end": {
8311 "column": 3, 8311 "column": 3,
8312 "line": 290 8312 "line": 286
8313 }, 8313 },
8314 "file": "src/lib/Menu.js", 8314 "file": "src/lib/Menu.js",
8315 "id": "sidebar.unmuteApp", 8315 "id": "sidebar.unmuteApp",
8316 "start": { 8316 "start": {
8317 "column": 13, 8317 "column": 13,
8318 "line": 287 8318 "line": 283
8319 } 8319 }
8320 }, 8320 },
8321 { 8321 {
8322 "defaultMessage": "!!!Workspaces", 8322 "defaultMessage": "!!!Workspaces",
8323 "end": { 8323 "end": {
8324 "column": 3, 8324 "column": 3,
8325 "line": 294 8325 "line": 290
8326 }, 8326 },
8327 "file": "src/lib/Menu.js", 8327 "file": "src/lib/Menu.js",
8328 "id": "menu.workspaces", 8328 "id": "menu.workspaces",
8329 "start": { 8329 "start": {
8330 "column": 14, 8330 "column": 14,
8331 "line": 291 8331 "line": 287
8332 } 8332 }
8333 }, 8333 },
8334 { 8334 {
8335 "defaultMessage": "!!!Default", 8335 "defaultMessage": "!!!Default",
8336 "end": { 8336 "end": {
8337 "column": 3, 8337 "column": 3,
8338 "line": 298 8338 "line": 294
8339 }, 8339 },
8340 "file": "src/lib/Menu.js", 8340 "file": "src/lib/Menu.js",
8341 "id": "menu.workspaces.defaultWorkspace", 8341 "id": "menu.workspaces.defaultWorkspace",
8342 "start": { 8342 "start": {
8343 "column": 20, 8343 "column": 20,
8344 "line": 295 8344 "line": 291
8345 } 8345 }
8346 }, 8346 },
8347 { 8347 {
8348 "defaultMessage": "!!!Todos", 8348 "defaultMessage": "!!!Todos",
8349 "end": { 8349 "end": {
8350 "column": 3, 8350 "column": 3,
8351 "line": 302 8351 "line": 298
8352 }, 8352 },
8353 "file": "src/lib/Menu.js", 8353 "file": "src/lib/Menu.js",
8354 "id": "menu.todos", 8354 "id": "menu.todos",
8355 "start": { 8355 "start": {
8356 "column": 9, 8356 "column": 9,
8357 "line": 299 8357 "line": 295
8358 } 8358 }
8359 }, 8359 },
8360 { 8360 {
8361 "defaultMessage": "!!!Open Todos drawer", 8361 "defaultMessage": "!!!Open Todos drawer",
8362 "end": { 8362 "end": {
8363 "column": 3, 8363 "column": 3,
8364 "line": 306 8364 "line": 302
8365 }, 8365 },
8366 "file": "src/lib/Menu.js", 8366 "file": "src/lib/Menu.js",
8367 "id": "menu.Todoss.openTodosDrawer", 8367 "id": "menu.Todoss.openTodosDrawer",
8368 "start": { 8368 "start": {
8369 "column": 19, 8369 "column": 19,
8370 "line": 303 8370 "line": 299
8371 } 8371 }
8372 }, 8372 },
8373 { 8373 {
8374 "defaultMessage": "!!!Close Todos drawer", 8374 "defaultMessage": "!!!Close Todos drawer",
8375 "end": { 8375 "end": {
8376 "column": 3, 8376 "column": 3,
8377 "line": 310 8377 "line": 306
8378 }, 8378 },
8379 "file": "src/lib/Menu.js", 8379 "file": "src/lib/Menu.js",
8380 "id": "menu.Todoss.closeTodosDrawer", 8380 "id": "menu.Todoss.closeTodosDrawer",
8381 "start": { 8381 "start": {
8382 "column": 20, 8382 "column": 20,
8383 "line": 307 8383 "line": 303
8384 } 8384 }
8385 }, 8385 },
8386 { 8386 {
8387 "defaultMessage": "!!!Enable Todos", 8387 "defaultMessage": "!!!Enable Todos",
8388 "end": { 8388 "end": {
8389 "column": 3, 8389 "column": 3,
8390 "line": 314 8390 "line": 310
8391 }, 8391 },
8392 "file": "src/lib/Menu.js", 8392 "file": "src/lib/Menu.js",
8393 "id": "menu.todos.enableTodos", 8393 "id": "menu.todos.enableTodos",
8394 "start": { 8394 "start": {
8395 "column": 15, 8395 "column": 15,
8396 "line": 311 8396 "line": 307
8397 } 8397 }
8398 }, 8398 },
8399 { 8399 {
8400 "defaultMessage": "!!!Home", 8400 "defaultMessage": "!!!Home",
8401 "end": { 8401 "end": {
8402 "column": 3, 8402 "column": 3,
8403 "line": 318 8403 "line": 314
8404 }, 8404 },
8405 "file": "src/lib/Menu.js", 8405 "file": "src/lib/Menu.js",
8406 "id": "menu.services.goHome", 8406 "id": "menu.services.goHome",
8407 "start": { 8407 "start": {
8408 "column": 17, 8408 "column": 17,
8409 "line": 315 8409 "line": 311
8410 } 8410 }
8411 } 8411 }
8412 ], 8412 ],
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 22929e947..5b185c4e7 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Edit", 4 "defaultMessage": "!!!Edit",
5 "file": "src/lib/Menu.js", 5 "file": "src/lib/Menu.js",
6 "start": { 6 "start": {
7 "line": 23, 7 "line": 19,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 26, 11 "line": 22,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Undo", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 27, 20 "line": 23,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 30, 24 "line": 26,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Redo", 30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js", 31 "file": "src/lib/Menu.js",
32 "start": { 32 "start": {
33 "line": 31, 33 "line": 27,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 34, 37 "line": 30,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Cut", 43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js", 44 "file": "src/lib/Menu.js",
45 "start": { 45 "start": {
46 "line": 35, 46 "line": 31,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 38, 50 "line": 34,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Copy", 56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js", 57 "file": "src/lib/Menu.js",
58 "start": { 58 "start": {
59 "line": 39, 59 "line": 35,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 42, 63 "line": 38,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Paste", 69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js", 70 "file": "src/lib/Menu.js",
71 "start": { 71 "start": {
72 "line": 43, 72 "line": 39,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 46, 76 "line": 42,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Paste And Match Style", 82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js", 83 "file": "src/lib/Menu.js",
84 "start": { 84 "start": {
85 "line": 47, 85 "line": 43,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 50, 89 "line": 46,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Delete", 95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js", 96 "file": "src/lib/Menu.js",
97 "start": { 97 "start": {
98 "line": 51, 98 "line": 47,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 54, 102 "line": 50,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Select All", 108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js", 109 "file": "src/lib/Menu.js",
110 "start": { 110 "start": {
111 "line": 55, 111 "line": 51,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 58, 115 "line": 54,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Find in Page", 121 "defaultMessage": "!!!Find in Page",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 59, 124 "line": 55,
125 "column": 14 125 "column": 14
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 62, 128 "line": 58,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Speech", 134 "defaultMessage": "!!!Speech",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 63, 137 "line": 59,
138 "column": 10 138 "column": 10
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 66, 141 "line": 62,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Start Speaking", 147 "defaultMessage": "!!!Start Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 67, 150 "line": 63,
151 "column": 17 151 "column": 17
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 70, 154 "line": 66,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Stop Speaking", 160 "defaultMessage": "!!!Stop Speaking",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 71, 163 "line": 67,
164 "column": 16 164 "column": 16
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 74, 167 "line": 70,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Start Dictation", 173 "defaultMessage": "!!!Start Dictation",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 75, 176 "line": 71,
177 "column": 18 177 "column": 18
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 78, 180 "line": 74,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Emoji & Symbols", 186 "defaultMessage": "!!!Emoji & Symbols",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 79, 189 "line": 75,
190 "column": 16 190 "column": 16
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 82, 193 "line": 78,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Open Quick Switch", 199 "defaultMessage": "!!!Open Quick Switch",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 83, 202 "line": 79,
203 "column": 19 203 "column": 19
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 86, 206 "line": 82,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Back", 212 "defaultMessage": "!!!Back",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 87, 215 "line": 83,
216 "column": 8 216 "column": 8
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 90, 219 "line": 86,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Forward", 225 "defaultMessage": "!!!Forward",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 91, 228 "line": 87,
229 "column": 11 229 "column": 11
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 94, 232 "line": 90,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Actual Size", 238 "defaultMessage": "!!!Actual Size",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 95, 241 "line": 91,
242 "column": 13 242 "column": 13
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 98, 245 "line": 94,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Zoom In", 251 "defaultMessage": "!!!Zoom In",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 99, 254 "line": 95,
255 "column": 10 255 "column": 10
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 102, 258 "line": 98,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Zoom Out", 264 "defaultMessage": "!!!Zoom Out",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 103, 267 "line": 99,
268 "column": 11 268 "column": 11
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 106, 271 "line": 102,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Enter Full Screen", 277 "defaultMessage": "!!!Enter Full Screen",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 107, 280 "line": 103,
281 "column": 19 281 "column": 19
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 110, 284 "line": 106,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Exit Full Screen", 290 "defaultMessage": "!!!Exit Full Screen",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 111, 293 "line": 107,
294 "column": 18 294 "column": 18
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 114, 297 "line": 110,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Toggle Full Screen", 303 "defaultMessage": "!!!Toggle Full Screen",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 115, 306 "line": 111,
307 "column": 20 307 "column": 20
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 118, 310 "line": 114,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Toggle Dark Mode", 316 "defaultMessage": "!!!Toggle Dark Mode",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 119, 319 "line": 115,
320 "column": 18 320 "column": 18
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 122, 323 "line": 118,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Toggle Developer Tools", 329 "defaultMessage": "!!!Toggle Developer Tools",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 123, 332 "line": 119,
333 "column": 18 333 "column": 18
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 126, 336 "line": 122,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Toggle Todos Developer Tools", 342 "defaultMessage": "!!!Toggle Todos Developer Tools",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 127, 345 "line": 123,
346 "column": 23 346 "column": 23
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 130, 349 "line": 126,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Toggle Service Developer Tools", 355 "defaultMessage": "!!!Toggle Service Developer Tools",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 131, 358 "line": 127,
359 "column": 25 359 "column": 25
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 134, 362 "line": 130,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Reload Service", 368 "defaultMessage": "!!!Reload Service",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 135, 371 "line": 131,
372 "column": 17 372 "column": 17
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 138, 375 "line": 134,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Reload Ferdi", 381 "defaultMessage": "!!!Reload Ferdi",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 139, 384 "line": 135,
385 "column": 15 385 "column": 15
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 142, 388 "line": 138,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Lock Ferdi", 394 "defaultMessage": "!!!Lock Ferdi",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 143, 397 "line": 139,
398 "column": 13 398 "column": 13
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 146, 401 "line": 142,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Reload ToDos", 407 "defaultMessage": "!!!Reload ToDos",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 147, 410 "line": 143,
411 "column": 15 411 "column": 15
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 150, 414 "line": 146,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Minimize", 420 "defaultMessage": "!!!Minimize",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 151, 423 "line": 147,
424 "column": 12 424 "column": 12
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 154, 427 "line": 150,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Close", 433 "defaultMessage": "!!!Close",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 155, 436 "line": 151,
437 "column": 9 437 "column": 9
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 158, 440 "line": 154,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Learn More", 446 "defaultMessage": "!!!Learn More",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 159, 449 "line": 155,
450 "column": 13 450 "column": 13
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 162, 453 "line": 158,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Changelog", 459 "defaultMessage": "!!!Changelog",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 163, 462 "line": 159,
463 "column": 13 463 "column": 13
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 166, 466 "line": 162,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Support", 472 "defaultMessage": "!!!Support",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 167, 475 "line": 163,
476 "column": 11 476 "column": 11
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 170, 479 "line": 166,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Copy Debug Information", 485 "defaultMessage": "!!!Copy Debug Information",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 171, 488 "line": 167,
489 "column": 13 489 "column": 13
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 174, 492 "line": 170,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Publish Debug Information", 498 "defaultMessage": "!!!Publish Debug Information",
499 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
500 "start": { 500 "start": {
501 "line": 175, 501 "line": 171,
502 "column": 20 502 "column": 20
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 178, 505 "line": 174,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Ferdi Debug Information", 511 "defaultMessage": "!!!Ferdi Debug Information",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 179, 514 "line": 175,
515 "column": 27 515 "column": 27
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 182, 518 "line": 178,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 524 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
525 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
526 "start": { 526 "start": {
527 "line": 183, 527 "line": 179,
528 "column": 23 528 "column": 23
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 186, 531 "line": 182,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!Unlock with Touch ID", 537 "defaultMessage": "!!!Unlock with Touch ID",
538 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
539 "start": { 539 "start": {
540 "line": 187, 540 "line": 183,
541 "column": 11 541 "column": 11
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 190, 544 "line": 186,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!unlock via Touch ID", 550 "defaultMessage": "!!!unlock via Touch ID",
551 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
552 "start": { 552 "start": {
553 "line": 191, 553 "line": 187,
554 "column": 17 554 "column": 17
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 194, 557 "line": 190,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Terms of Service", 563 "defaultMessage": "!!!Terms of Service",
564 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
565 "start": { 565 "start": {
566 "line": 195, 566 "line": 191,
567 "column": 7 567 "column": 7
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 198, 570 "line": 194,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!Privacy Statement", 576 "defaultMessage": "!!!Privacy Statement",
577 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
578 "start": { 578 "start": {
579 "line": 199, 579 "line": 195,
580 "column": 11 580 "column": 11
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 202, 583 "line": 198,
584 "column": 3 584 "column": 3
585 } 585 }
586 }, 586 },
@@ -589,11 +589,11 @@
589 "defaultMessage": "!!!File", 589 "defaultMessage": "!!!File",
590 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
591 "start": { 591 "start": {
592 "line": 203, 592 "line": 199,
593 "column": 8 593 "column": 8
594 }, 594 },
595 "end": { 595 "end": {
596 "line": 206, 596 "line": 202,
597 "column": 3 597 "column": 3
598 } 598 }
599 }, 599 },
@@ -602,11 +602,11 @@
602 "defaultMessage": "!!!View", 602 "defaultMessage": "!!!View",
603 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
604 "start": { 604 "start": {
605 "line": 207, 605 "line": 203,
606 "column": 8 606 "column": 8
607 }, 607 },
608 "end": { 608 "end": {
609 "line": 210, 609 "line": 206,
610 "column": 3 610 "column": 3
611 } 611 }
612 }, 612 },
@@ -615,11 +615,11 @@
615 "defaultMessage": "!!!Services", 615 "defaultMessage": "!!!Services",
616 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
617 "start": { 617 "start": {
618 "line": 211, 618 "line": 207,
619 "column": 12 619 "column": 12
620 }, 620 },
621 "end": { 621 "end": {
622 "line": 214, 622 "line": 210,
623 "column": 3 623 "column": 3
624 } 624 }
625 }, 625 },
@@ -628,11 +628,11 @@
628 "defaultMessage": "!!!Window", 628 "defaultMessage": "!!!Window",
629 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
630 "start": { 630 "start": {
631 "line": 215, 631 "line": 211,
632 "column": 10 632 "column": 10
633 }, 633 },
634 "end": { 634 "end": {
635 "line": 218, 635 "line": 214,
636 "column": 3 636 "column": 3
637 } 637 }
638 }, 638 },
@@ -641,11 +641,11 @@
641 "defaultMessage": "!!!Help", 641 "defaultMessage": "!!!Help",
642 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
643 "start": { 643 "start": {
644 "line": 219, 644 "line": 215,
645 "column": 8 645 "column": 8
646 }, 646 },
647 "end": { 647 "end": {
648 "line": 222, 648 "line": 218,
649 "column": 3 649 "column": 3
650 } 650 }
651 }, 651 },
@@ -654,11 +654,11 @@
654 "defaultMessage": "!!!About Ferdi", 654 "defaultMessage": "!!!About Ferdi",
655 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
656 "start": { 656 "start": {
657 "line": 223, 657 "line": 219,
658 "column": 9 658 "column": 9
659 }, 659 },
660 "end": { 660 "end": {
661 "line": 226, 661 "line": 222,
662 "column": 3 662 "column": 3
663 } 663 }
664 }, 664 },
@@ -667,11 +667,11 @@
667 "defaultMessage": "!!!What's new?", 667 "defaultMessage": "!!!What's new?",
668 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
669 "start": { 669 "start": {
670 "line": 227, 670 "line": 223,
671 "column": 16 671 "column": 16
672 }, 672 },
673 "end": { 673 "end": {
674 "line": 230, 674 "line": 226,
675 "column": 3 675 "column": 3
676 } 676 }
677 }, 677 },
@@ -680,11 +680,11 @@
680 "defaultMessage": "!!!Settings", 680 "defaultMessage": "!!!Settings",
681 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
682 "start": { 682 "start": {
683 "line": 231, 683 "line": 227,
684 "column": 12 684 "column": 12
685 }, 685 },
686 "end": { 686 "end": {
687 "line": 234, 687 "line": 230,
688 "column": 3 688 "column": 3
689 } 689 }
690 }, 690 },
@@ -693,11 +693,11 @@
693 "defaultMessage": "!!!Check for updates", 693 "defaultMessage": "!!!Check for updates",
694 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
695 "start": { 695 "start": {
696 "line": 235, 696 "line": 231,
697 "column": 19 697 "column": 19
698 }, 698 },
699 "end": { 699 "end": {
700 "line": 238, 700 "line": 234,
701 "column": 3 701 "column": 3
702 } 702 }
703 }, 703 },
@@ -706,11 +706,11 @@
706 "defaultMessage": "!!!Hide", 706 "defaultMessage": "!!!Hide",
707 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
708 "start": { 708 "start": {
709 "line": 239, 709 "line": 235,
710 "column": 8 710 "column": 8
711 }, 711 },
712 "end": { 712 "end": {
713 "line": 242, 713 "line": 238,
714 "column": 3 714 "column": 3
715 } 715 }
716 }, 716 },
@@ -719,11 +719,11 @@
719 "defaultMessage": "!!!Hide Others", 719 "defaultMessage": "!!!Hide Others",
720 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
721 "start": { 721 "start": {
722 "line": 243, 722 "line": 239,
723 "column": 14 723 "column": 14
724 }, 724 },
725 "end": { 725 "end": {
726 "line": 246, 726 "line": 242,
727 "column": 3 727 "column": 3
728 } 728 }
729 }, 729 },
@@ -732,11 +732,11 @@
732 "defaultMessage": "!!!Unhide", 732 "defaultMessage": "!!!Unhide",
733 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
734 "start": { 734 "start": {
735 "line": 247, 735 "line": 243,
736 "column": 10 736 "column": 10
737 }, 737 },
738 "end": { 738 "end": {
739 "line": 250, 739 "line": 246,
740 "column": 3 740 "column": 3
741 } 741 }
742 }, 742 },
@@ -745,11 +745,11 @@
745 "defaultMessage": "!!!Auto-hide menu bar", 745 "defaultMessage": "!!!Auto-hide menu bar",
746 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
747 "start": { 747 "start": {
748 "line": 251, 748 "line": 247,
749 "column": 19 749 "column": 19
750 }, 750 },
751 "end": { 751 "end": {
752 "line": 254, 752 "line": 250,
753 "column": 3 753 "column": 3
754 } 754 }
755 }, 755 },
@@ -758,11 +758,11 @@
758 "defaultMessage": "!!!Quit", 758 "defaultMessage": "!!!Quit",
759 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
760 "start": { 760 "start": {
761 "line": 255, 761 "line": 251,
762 "column": 8 762 "column": 8
763 }, 763 },
764 "end": { 764 "end": {
765 "line": 258, 765 "line": 254,
766 "column": 3 766 "column": 3
767 } 767 }
768 }, 768 },
@@ -771,11 +771,11 @@
771 "defaultMessage": "!!!Add New Service...", 771 "defaultMessage": "!!!Add New Service...",
772 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
773 "start": { 773 "start": {
774 "line": 259, 774 "line": 255,
775 "column": 17 775 "column": 17
776 }, 776 },
777 "end": { 777 "end": {
778 "line": 262, 778 "line": 258,
779 "column": 3 779 "column": 3
780 } 780 }
781 }, 781 },
@@ -784,11 +784,11 @@
784 "defaultMessage": "!!!Add New Workspace...", 784 "defaultMessage": "!!!Add New Workspace...",
785 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
786 "start": { 786 "start": {
787 "line": 263, 787 "line": 259,
788 "column": 19 788 "column": 19
789 }, 789 },
790 "end": { 790 "end": {
791 "line": 266, 791 "line": 262,
792 "column": 3 792 "column": 3
793 } 793 }
794 }, 794 },
@@ -797,11 +797,11 @@
797 "defaultMessage": "!!!Open workspace drawer", 797 "defaultMessage": "!!!Open workspace drawer",
798 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
799 "start": { 799 "start": {
800 "line": 267, 800 "line": 263,
801 "column": 23 801 "column": 23
802 }, 802 },
803 "end": { 803 "end": {
804 "line": 270, 804 "line": 266,
805 "column": 3 805 "column": 3
806 } 806 }
807 }, 807 },
@@ -810,11 +810,11 @@
810 "defaultMessage": "!!!Close workspace drawer", 810 "defaultMessage": "!!!Close workspace drawer",
811 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
812 "start": { 812 "start": {
813 "line": 271, 813 "line": 267,
814 "column": 24 814 "column": 24
815 }, 815 },
816 "end": { 816 "end": {
817 "line": 274, 817 "line": 270,
818 "column": 3 818 "column": 3
819 } 819 }
820 }, 820 },
@@ -823,11 +823,11 @@
823 "defaultMessage": "!!!Activate next service...", 823 "defaultMessage": "!!!Activate next service...",
824 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
825 "start": { 825 "start": {
826 "line": 275, 826 "line": 271,
827 "column": 23 827 "column": 23
828 }, 828 },
829 "end": { 829 "end": {
830 "line": 278, 830 "line": 274,
831 "column": 3 831 "column": 3
832 } 832 }
833 }, 833 },
@@ -836,11 +836,11 @@
836 "defaultMessage": "!!!Activate previous service...", 836 "defaultMessage": "!!!Activate previous service...",
837 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
838 "start": { 838 "start": {
839 "line": 279, 839 "line": 275,
840 "column": 27 840 "column": 27
841 }, 841 },
842 "end": { 842 "end": {
843 "line": 282, 843 "line": 278,
844 "column": 3 844 "column": 3
845 } 845 }
846 }, 846 },
@@ -849,11 +849,11 @@
849 "defaultMessage": "!!!Disable notifications & audio", 849 "defaultMessage": "!!!Disable notifications & audio",
850 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
851 "start": { 851 "start": {
852 "line": 283, 852 "line": 279,
853 "column": 11 853 "column": 11
854 }, 854 },
855 "end": { 855 "end": {
856 "line": 286, 856 "line": 282,
857 "column": 3 857 "column": 3
858 } 858 }
859 }, 859 },
@@ -862,11 +862,11 @@
862 "defaultMessage": "!!!Enable notifications & audio", 862 "defaultMessage": "!!!Enable notifications & audio",
863 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
864 "start": { 864 "start": {
865 "line": 287, 865 "line": 283,
866 "column": 13 866 "column": 13
867 }, 867 },
868 "end": { 868 "end": {
869 "line": 290, 869 "line": 286,
870 "column": 3 870 "column": 3
871 } 871 }
872 }, 872 },
@@ -875,11 +875,11 @@
875 "defaultMessage": "!!!Workspaces", 875 "defaultMessage": "!!!Workspaces",
876 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
877 "start": { 877 "start": {
878 "line": 291, 878 "line": 287,
879 "column": 14 879 "column": 14
880 }, 880 },
881 "end": { 881 "end": {
882 "line": 294, 882 "line": 290,
883 "column": 3 883 "column": 3
884 } 884 }
885 }, 885 },
@@ -888,11 +888,11 @@
888 "defaultMessage": "!!!Default", 888 "defaultMessage": "!!!Default",
889 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
890 "start": { 890 "start": {
891 "line": 295, 891 "line": 291,
892 "column": 20 892 "column": 20
893 }, 893 },
894 "end": { 894 "end": {
895 "line": 298, 895 "line": 294,
896 "column": 3 896 "column": 3
897 } 897 }
898 }, 898 },
@@ -901,11 +901,11 @@
901 "defaultMessage": "!!!Todos", 901 "defaultMessage": "!!!Todos",
902 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
903 "start": { 903 "start": {
904 "line": 299, 904 "line": 295,
905 "column": 9 905 "column": 9
906 }, 906 },
907 "end": { 907 "end": {
908 "line": 302, 908 "line": 298,
909 "column": 3 909 "column": 3
910 } 910 }
911 }, 911 },
@@ -914,11 +914,11 @@
914 "defaultMessage": "!!!Open Todos drawer", 914 "defaultMessage": "!!!Open Todos drawer",
915 "file": "src/lib/Menu.js", 915 "file": "src/lib/Menu.js",
916 "start": { 916 "start": {
917 "line": 303, 917 "line": 299,
918 "column": 19 918 "column": 19
919 }, 919 },
920 "end": { 920 "end": {
921 "line": 306, 921 "line": 302,
922 "column": 3 922 "column": 3
923 } 923 }
924 }, 924 },
@@ -927,11 +927,11 @@
927 "defaultMessage": "!!!Close Todos drawer", 927 "defaultMessage": "!!!Close Todos drawer",
928 "file": "src/lib/Menu.js", 928 "file": "src/lib/Menu.js",
929 "start": { 929 "start": {
930 "line": 307, 930 "line": 303,
931 "column": 20 931 "column": 20
932 }, 932 },
933 "end": { 933 "end": {
934 "line": 310, 934 "line": 306,
935 "column": 3 935 "column": 3
936 } 936 }
937 }, 937 },
@@ -940,11 +940,11 @@
940 "defaultMessage": "!!!Enable Todos", 940 "defaultMessage": "!!!Enable Todos",
941 "file": "src/lib/Menu.js", 941 "file": "src/lib/Menu.js",
942 "start": { 942 "start": {
943 "line": 311, 943 "line": 307,
944 "column": 15 944 "column": 15
945 }, 945 },
946 "end": { 946 "end": {
947 "line": 314, 947 "line": 310,
948 "column": 3 948 "column": 3
949 } 949 }
950 }, 950 },
@@ -953,11 +953,11 @@
953 "defaultMessage": "!!!Home", 953 "defaultMessage": "!!!Home",
954 "file": "src/lib/Menu.js", 954 "file": "src/lib/Menu.js",
955 "start": { 955 "start": {
956 "line": 315, 956 "line": 311,
957 "column": 17 957 "column": 17
958 }, 958 },
959 "end": { 959 "end": {
960 "line": 318, 960 "line": 314,
961 "column": 3 961 "column": 3
962 } 962 }
963 } 963 }
diff --git a/src/models/Service.js b/src/models/Service.js
index 50115f605..5656295da 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -237,10 +237,6 @@ export default class Service {
237 return Boolean(this.iconUrl); 237 return Boolean(this.iconUrl);
238 } 238 }
239 239
240 @computed get iconPNG() {
241 return path.join(this.recipe.path, 'icon.png');
242 }
243
244 @computed get userAgent() { 240 @computed get userAgent() {
245 return this.userAgentModel.userAgent; 241 return this.userAgentModel.userAgent;
246 } 242 }