We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7445a commit 86fc949Copy full SHA for 86fc949
2 files changed
app/main.js
@@ -319,7 +319,7 @@ function startI18next () {
319
.init({
320
lng: settings.get('language'),
321
fallbackLng: 'en',
322
- debug: false, // !app.isPackaged,
+ debug: !app.isPackaged,
323
backend: {
324
loadPath: join(__dirname, '/locales/{{lng}}.json'),
325
jsonIndent: 2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Stretchly",
3
- "version": "1.17.1",
+ "version": "1.17.2",
4
"description": "The break time reminder app",
5
"main": "app/main.js",
6
"type": "module",
@@ -159,4 +159,4 @@
159
"semver": "^7.7.2",
160
"windows-focus-assist": "^1.4.0"
161
}
162
-}
+}
0 commit comments