BrowserWindow.SetProgressBar should support floating point #304

Open
opened 2026-01-29 16:36:09 +00:00 by claunia · 0 comments
Owner

Originally created by @BorisTheBrave on GitHub (May 5, 2019).

You should be able to do

browserWindow.SetProgressBar(0.5);

as in the JS API. Currently this is a compile error.


Also, setting progress bar options doesn't work, they are ignored on all platforms.

Originally created by @BorisTheBrave on GitHub (May 5, 2019). You should be able to do ``` browserWindow.SetProgressBar(0.5); ``` as in the JS API. Currently this is a compile error. --- Also, setting progress bar options doesn't work, they are ignored on all platforms.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#304