mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
fix: force new release
This commit is contained in:
@@ -2,7 +2,7 @@ import Cocoa
|
||||
|
||||
extension CGWindowID {
|
||||
func title() -> String? {
|
||||
return cgProperty("kCGSWindowTitle", String.self)
|
||||
cgProperty("kCGSWindowTitle", String.self)
|
||||
}
|
||||
|
||||
func level() throws -> CGWindowLevel {
|
||||
|
||||
Reference in New Issue
Block a user