mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
Fix: Settings Window Title Bar Draggable Region Deadzone (#139)
This commit is contained in:
@@ -27,6 +27,7 @@ export function WindowControls({ className, onlyX }: Props) {
|
||||
className={classNames(className, 'ml-4 absolute right-0 top-0 bottom-0')}
|
||||
justifyContent="end"
|
||||
style={{ width: WINDOW_CONTROLS_WIDTH }}
|
||||
data-tauri-drag-region
|
||||
>
|
||||
{!onlyX && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user