tauri-controls icon indicating copy to clipboard operation
tauri-controls copied to clipboard

[bug] SolidJs windowControlsProps is not reactive

Open Eatham532 opened this issue 10 months ago • 1 comments

I try to use a SolidJs signal with my titlebar to make the controls hidden and not hidden. However, when I update the signal the taskbar doesn't update.

Code: <WindowTitlebar class={'titlebar'} windowControlsProps={{"hide":getHide()}}></WindowTitlebar>

Eatham532 avatar Apr 22 '24 08:04 Eatham532