[notifications] use dynamic config

This commit is contained in:
Araxeus
2023-03-12 00:24:41 +02:00
parent 96e6b5d018
commit bdfdf83c24
2 changed files with 3 additions and 22 deletions

View File

@ -39,7 +39,6 @@ const setup = () => {
/** @param {Electron.BrowserWindow} win */
module.exports = (win, options) => {
config.init(options);
// Register the callback for new song information
is.windows() && options.interactive ?
require("./interactive")(win) :