aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 06:46:48 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 06:46:48 +0530
commit26023403e8b56d1c0f95d3dbb0a63c0cddb9768e (patch)
tree2747424df487be29ad29b56d8aa4ecc13f3bdc13 /src
parentdocs: updated CHANGELOG.md [skip ci] (diff)
downloadferdium-app-26023403e8b56d1c0f95d3dbb0a63c0cddb9768e.tar.gz
ferdium-app-26023403e8b56d1c0f95d3dbb0a63c0cddb9768e.tar.zst
ferdium-app-26023403e8b56d1c0f95d3dbb0a63c0cddb9768e.zip
fixing linter issue.
Diffstat (limited to 'src')
-rw-r--r--src/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.js b/src/index.js
index 55a6dbc0d..3e747958c 100644
--- a/src/index.js
+++ b/src/index.js
@@ -388,10 +388,10 @@ app.on('ready', () => {
388 enforceMacOSAppLocation(); 388 enforceMacOSAppLocation();
389 389
390 // Register App URL 390 // Register App URL
391 const protocolClient = isDevMode ? 'ferdi-dev' : 'ferdi'); 391 const protocolClient = isDevMode ? 'ferdi-dev' : 'ferdi';
392 if (!app.isDefaultProtocolClient(protocolClient) { 392 if (!app.isDefaultProtocolClient(protocolClient)) {
393 app.setAsDefaultProtocolClient(protocolClient); 393 app.setAsDefaultProtocolClient(protocolClient);
394 } 394 };
395 395
396 if (isWindows) { 396 if (isWindows) {
397 app.setUserTasks([ 397 app.setUserTasks([