aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-03 09:43:12 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-10-03 09:43:12 +0100
commitb7216e274cf8320d2483a4dbd8a4ee9d5e7427a3 (patch)
tree4f4b70eaa727270f3d7466e25bbe1db78df7b146
parentMerge branch 'develop' into nightly (diff)
downloadferdium-app-b7216e274cf8320d2483a4dbd8a4ee9d5e7427a3.tar.gz
ferdium-app-b7216e274cf8320d2483a4dbd8a4ee9d5e7427a3.tar.zst
ferdium-app-b7216e274cf8320d2483a4dbd8a4ee9d5e7427a3.zip
Push linter fixes to enforce clean repository in pipeline
-rw-r--r--src/index.js4
m---------src/internal-server0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 66ae3ad00..1f482b12a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -53,7 +53,7 @@ import userAgent from './helpers/userAgent-helpers';
53 53
54const debug = require('debug')('Ferdi:App'); 54const debug = require('debug')('Ferdi:App');
55 55
56// From Electron 9 onwards, app.allowRendererProcessReuse = true by default. This causes the app to crash on Windows due to the 56// From Electron 9 onwards, app.allowRendererProcessReuse = true by default. This causes the app to crash on Windows due to the
57// Electron Windows Notification API crashing. Setting this to false fixes the issue until the electron team fixes the notification bug 57// Electron Windows Notification API crashing. Setting this to false fixes the issue until the electron team fixes the notification bug
58// More Info - https://github.com/electron/electron/issues/18397 58// More Info - https://github.com/electron/electron/issues/18397
59if (isWindows) { 59if (isWindows) {
@@ -333,7 +333,7 @@ const createWindow = () => {
333 333
334 app.mainWindow = mainWindow; 334 app.mainWindow = mainWindow;
335 app.isMaximized = mainWindow.isMaximized(); 335 app.isMaximized = mainWindow.isMaximized();
336 336
337 mainWindow.webContents.on('new-window', (e, url) => { 337 mainWindow.webContents.on('new-window', (e, url) => {
338 debug('Open url', url); 338 debug('Open url', url);
339 e.preventDefault(); 339 e.preventDefault();
diff --git a/src/internal-server b/src/internal-server
Subproject 95ae59926dbd88d55a5377be997558a9e112ab4 Subproject ae1edff6d5139e5912a8f99dac8da274add7fd7