mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #134] [MERGED] Hide window controls in macOS fullscreen mode #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/134
Author: @peimn
Created: 11/20/2024
Status: ✅ Merged
Merged: 12/3/2024
Merged by: @gschier
Base:
master← Head:macos-fullscreen-controls📝 Commits (1)
6cc551aHide window controls in macOS fullscreen mode📊 Changes
2 files changed (+7 additions, -4 deletions)
View changed files
📝
src-web/components/HeaderSize.tsx(+4 -2)📝
src-web/components/WindowControls.tsx(+3 -2)📄 Description
Prevent window controls from being displayed when the application is in fullscreen mode on macOS, ensuring a cleaner and more immersive user experience.
Before:

After:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.