mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Revert "gpui: Respect macOS 'Do Nothing' window double-click setting" (#39291)
Reverts zed-industries/zed#39235 This broke double-click to zoom, even though it is configured in settings.
This commit is contained in:
parent
f2df49764e
commit
c9b7df4113
1 changed files with 1 additions and 4 deletions
|
|
@ -1530,11 +1530,8 @@ impl PlatformWindow for MacWindow {
|
|||
// There is no documented API for "Fill" action, so we'll just zoom the window
|
||||
window.zoom_(nil);
|
||||
}
|
||||
"None" | "" => {
|
||||
// Do nothing - respect the "Do Nothing" system setting
|
||||
}
|
||||
_ => {
|
||||
// Default to doing nothing for unrecognized settings
|
||||
window.zoom_(nil);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue