We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626c5fe commit 9a5de41Copy full SHA for 9a5de41
1 file changed
src/settings/appSettings.js
@@ -68,7 +68,6 @@ export default function otherSettings() {
68
{
69
key: "checkForAppUpdates",
70
text: strings["check for app updates"],
71
- info: "Check for app updates automatically",
72
checkbox: values.checkForAppUpdates,
73
},
74
@@ -128,7 +127,6 @@ export default function otherSettings() {
128
127
key: "quickTools",
129
text: strings["quick tools"],
130
checkbox: !!values.quickTools,
131
- info: "Show or hide quick tools.",
132
133
134
key: "quickToolsTriggerMode",
0 commit comments