mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
BrowserWindow.SetProgressBar should support floating point #307
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BorisTheBrave on GitHub (May 5, 2019).
You should be able to do
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.