mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fullscreen handling changes
This commit is contained in:
@@ -42,6 +42,10 @@ enum Windows: String, CaseIterable {
|
||||
Self.main.focus()
|
||||
}
|
||||
}
|
||||
|
||||
func toggleFullScreen() {
|
||||
window?.toggleFullScreen(nil)
|
||||
}
|
||||
}
|
||||
|
||||
struct HostingWindowFinder: NSViewRepresentable {
|
||||
|
Reference in New Issue
Block a user