electron-update-window-options
This library allows you to update an electron window after it's already been created using the constructor options schema.
;
is the same as
movable: false ;
But you can use this function after it's created
Examples/Usage
const BrowserWindow app = ;const updateWindowOptions = ; app;