mirror of
https://github.com/yattee/yattee.git
synced 2025-10-16 12:28:13 +00:00
@@ -152,7 +152,8 @@ struct YatteeApp: App {
|
||||
recents.clear()
|
||||
}
|
||||
|
||||
var section = Defaults[.showHome] ? TabSelection.home : Defaults[.visibleSections].min()?.tabSelection
|
||||
let startupSection = Defaults[.startupSection]
|
||||
var section: TabSelection? = startupSection.tabSelection
|
||||
|
||||
#if os(macOS)
|
||||
if section == .playlists {
|
||||
|
Reference in New Issue
Block a user