aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-14 15:17:27 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-14 10:20:16 +0000
commitae033f72650f54c5804134a2ff2a461294b7c2f5 (patch)
tree88d79ae806b7e677ba8fdeae55c8fdbfd26afe59 /src/index.js
parentdoc: Updated Changelog [skip ci] (diff)
downloadferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.tar.gz
ferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.tar.zst
ferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.zip
feat: Add buttons in the 'Advanced' section of preferences to allow the user to quickly open the Ferdi profile folder
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index b1d4907cc..f6573d8f5 100644
--- a/src/index.js
+++ b/src/index.js
@@ -329,7 +329,7 @@ const createWindow = () => {
329 329
330 if (isMac) { 330 if (isMac) {
331 // eslint-disable-next-line global-require 331 // eslint-disable-next-line global-require
332 const { default: askFormacOSPermissions } = require('./electron/macOSPermissions'); 332 const { askFormacOSPermissions } = require('./electron/macOSPermissions');
333 setTimeout(() => askFormacOSPermissions(mainWindow), ms('30s')); 333 setTimeout(() => askFormacOSPermissions(mainWindow), ms('30s'));
334 } 334 }
335 335