window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

Indeterminate progress bars don't work (on Windows)

Open ricardoboss opened this issue 1 year ago • 0 comments

This is a continuation of #308. Calling setProgressBar with values > 1 doesn't actually change the progress bar below the icon to an indeterminate state.

This is what it looks like when hidden on Windows 11: image

And this is when set to "indeterminate": image

The win32 API suggests this is supported (and there are apps using this API). Is this a bug or is this feature not supported by window_manager?

ricardoboss avatar Jun 16 '23 04:06 ricardoboss