You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered another issue. NWjs crashes when you call nw.Window.get().setProgressBar(0.5) when there is an existing download which already draws the progresspie (Chromium feature?) on dock icon.
chrome.downloads.download({url: "http://releases.ubuntu.com/xenial/ubuntu-16.04.3-desktop-amd64.iso"});setInterval(()=>nw.Window.get().setProgressBar(Math.random())// It crashes here,1000);
Tested on NWjs v0.25.0 SDK, macOS 10.12.6
The text was updated successfully, but these errors were encountered:
Hi,
I've encountered another issue. NWjs crashes when you call nw.Window.get().setProgressBar(0.5) when there is an existing download which already draws the progresspie (Chromium feature?) on dock icon.
Tested on NWjs v0.25.0 SDK, macOS 10.12.6
The text was updated successfully, but these errors were encountered: