Jeremiah James

Results 1 comments of Jeremiah James

I didn't care for the window minimize / restore, so this hack just toggles the transparency - works for me. var gui = require('nw.gui'); var win = gui.Window.get(); win.setTransparent(!win.isTransparent); win.setTransparent(!win.isTransparent);