mirror of
https://github.com/yattee/yattee.git
synced 2026-06-27 17:14:19 +00:00
Use NavigationSplitView on macOS with persistent sidebar Settings button
Replaces the macOS TabView(.sidebarAdaptable) root with NavigationSplitView so the Settings gear can live in the sidebar column's toolbar (next to the sidebar toggle) instead of only appearing in HomeView's detail toolbar.
This commit is contained in:
@@ -167,6 +167,7 @@ struct YatteeApp: App {
|
||||
}
|
||||
#if os(macOS)
|
||||
.windowStyle(.hiddenTitleBar)
|
||||
.windowToolbarStyle(.unified)
|
||||
.defaultSize(width: 1200, height: 800)
|
||||
// Handle URLs in the existing window instead of opening a new one
|
||||
.handlesExternalEvents(matching: Set(["*"]))
|
||||
|
||||
Reference in New Issue
Block a user