remove remote module from prompt-options

This commit is contained in:
Araxeus
2022-02-11 15:24:42 +02:00
parent 023db03278
commit 247777bcc4

View File

@ -12,7 +12,6 @@ const promptOptions = is.macOS() ? {
// The following are used for custom titlebar // The following are used for custom titlebar
frame: false, frame: false,
customScript: customTitlebarPath, customScript: customTitlebarPath,
enableRemoteModule: true
}; };
module.exports = () => promptOptions; module.exports = () => promptOptions;