We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549eae8 commit 041815cCopy full SHA for 041815c
src/settings/appSettings.js
@@ -69,7 +69,7 @@ export default function otherSettings() {
69
key: "checkForAppUpdates",
70
text: strings["check for app updates"],
71
checkbox: values.checkForAppUpdates,
72
- },
+ info: strings["info-checkForAppUpdates"], },
73
{
74
key: "console",
75
text: strings.console,
@@ -127,6 +127,7 @@ export default function otherSettings() {
127
key: "quickTools",
128
text: strings["quick tools"],
129
checkbox: !!values.quickTools,
130
+ info: strings["info-quickTools"],
131
},
132
133
key: "quickToolsTriggerMode",
0 commit comments