mirror of
https://github.com/yattee/yattee.git
synced 2025-10-13 02:48:27 +00:00
Player bar visibility modes and settings
This commit is contained in:
@@ -52,6 +52,7 @@ struct AppSidebarNavigation: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.modifier(PlayerOverlayModifier())
|
||||
.environment(\.navigationStyle, .sidebar)
|
||||
}
|
||||
|
||||
@@ -75,7 +76,7 @@ struct AppSidebarNavigation: View {
|
||||
}
|
||||
}
|
||||
|
||||
ToolbarItemGroup(placement: accountsMenuToolbarItemPlacement) {
|
||||
ToolbarItemGroup {
|
||||
AccountViewButton()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user