tauri-controls
tauri-controls copied to clipboard
[bug] SolidJs windowControlsProps is not reactive
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>