mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 05:03:29 +01:00
[PR #312] [MERGED] Add setting to use native window titlebar #234
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/312
Author: @gschier
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/5/2025
Merged by: @gschier
Base:
main← Head:setting-for-native-titlebar📝 Commits (1)
ad40dc7Add setting to use native window titlebar📊 Changes
11 files changed (+111 additions, -25 deletions)
View changed files
📝
src-tauri/src/lib.rs(+5 -0)📝
src-tauri/src/window.rs(+3 -1)📝
src-tauri/yaak-mac-window/src/lib.rs(+23 -7)📝
src-tauri/yaak-mac-window/src/mac.rs(+31 -13)📝
src-tauri/yaak-models/bindings/gen_models.ts(+1 -1)➕
src-tauri/yaak-models/migrations/20251202080000_use-native-titlebar.sql(+3 -0)📝
src-tauri/yaak-models/src/models.rs(+5 -0)📝
src-tauri/yaak-models/src/queries/settings.rs(+1 -0)📝
src-web/components/HeaderSize.tsx(+6 -2)📝
src-web/components/Settings/SettingsInterface.tsx(+32 -0)📝
src-web/components/WindowControls.tsx(+1 -1)📄 Description
https://feedback.yaak.app/p/support-option-to-enable-native-window-frame
This PR adds a new setting for using native window titlebar style. It's available to use on all platforms, but is meant to provide better support on for the wide variety of Linux desktop environments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.