mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 02:08:28 +02: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')}
|
className={classNames(className, 'ml-4 absolute right-0 top-0 bottom-0')}
|
||||||
justifyContent="end"
|
justifyContent="end"
|
||||||
style={{ width: WINDOW_CONTROLS_WIDTH }}
|
style={{ width: WINDOW_CONTROLS_WIDTH }}
|
||||||
|
data-tauri-drag-region
|
||||||
>
|
>
|
||||||
{!onlyX && (
|
{!onlyX && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user