1
0

Remove unnecessary blank lines and ensure newline at end of preload.js

This commit is contained in:
2025-05-24 20:23:20 +02:00
parent 754a4d4808
commit 8bd5471d73

View File

@@ -41,8 +41,4 @@ ipcRenderer.on('repo-updated', (_e, folder) => {
ipcRenderer.on('skymode-changed', (_e, val) => {
window.dispatchEvent(new CustomEvent('skymode-changed', { detail: val }));
});
});