mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Improve URL handling
This commit is contained in:
@@ -17,6 +17,10 @@ enum Windows: String, CaseIterable {
|
||||
}
|
||||
}
|
||||
|
||||
var isOpen: Bool {
|
||||
!window.isNil
|
||||
}
|
||||
|
||||
func focus() {
|
||||
window?.makeKeyAndOrderFront(self)
|
||||
}
|
||||
|
Reference in New Issue
Block a user