tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
81.87k stars 2.46k forks source link

[feat] Windows Thumbnail Toolbar (like media control buttons) #10141

Open immorrtalz opened 2 months ago

immorrtalz commented 2 months ago

Describe the problem

In Electron I can add thumbnail toolbar (or just thumbar) with buttons, which appears when you hover your mouse over the app icon in taskbar, however, I couldn't find anything similar in Tauri (both v1 and v2), except this abandoned discussion: #7257

That's what I mean: image image

Here's the link to MSDN about this: https://learn.microsoft.com/en-us/windows/win32/shell/taskbar-extensions#thumbnail-toolbars

P. S. Also this might be a bit related to #7332, but it's NOT the same.

Describe the solution you'd like

I'd like to have an ability to add, remove and update thumbar buttons at runtime, including their icons and on-click actions. Also, perhaps someone could benefit from being able to have different thumbars on different windows.

Alternatives considered

No response

Additional context

No response

n0vella commented 3 weeks ago

that would be nice!