We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f3a16 commit 823c31dCopy full SHA for 823c31d
1 file changed
src/settings/appSettings.js
@@ -69,7 +69,8 @@ export default function otherSettings() {
69
key: "checkForAppUpdates",
70
text: strings["check for app updates"],
71
checkbox: values.checkForAppUpdates,
72
- info: strings["info-checkForAppUpdates"], },
+ info: strings["info-checkForAppUpdates"],
73
+ },
74
{
75
key: "console",
76
text: strings.console,
0 commit comments