From 63e9a714567f012cd49ecd6edb380e21ec5a2e56 Mon Sep 17 00:00:00 2001 From: JulienMaille <182520+JulienMaille@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:46:26 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/neutralino-bridge.js | 4 +- public/neutralino_loader.html | 268 +++++++++++++++++----------------- 2 files changed, 138 insertions(+), 134 deletions(-) diff --git a/js/neutralino-bridge.js b/js/neutralino-bridge.js index d94b72e..5682e9c 100644 --- a/js/neutralino-bridge.js +++ b/js/neutralino-bridge.js @@ -65,7 +65,7 @@ const _window = { }, setTitle: async (title) => { window.parent.postMessage({ type: 'NL_WINDOW_SET_TITLE', title }, '*'); - } + }, }; // Expose generically for other modules @@ -75,5 +75,5 @@ export default { events, extensions, app, - window: _window + window: _window, }; diff --git a/public/neutralino_loader.html b/public/neutralino_loader.html index fc890fd..3b46bc5 100644 --- a/public/neutralino_loader.html +++ b/public/neutralino_loader.html @@ -1,147 +1,151 @@ - + - -
- -