mirror of
https://github.com/yattee/yattee.git
synced 2025-11-26 11:18:19 +00:00
Improve windows handling on macOS
This commit is contained in:
@@ -50,7 +50,7 @@ final class NavigationModel: ObservableObject {
|
||||
) {
|
||||
let recent = RecentItem(from: channel)
|
||||
#if os(macOS)
|
||||
OpenWindow.main.open()
|
||||
Windows.main.open()
|
||||
#else
|
||||
player.hide()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user