mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
feat: add utm-app to default blacklist
This commit is contained in:
@@ -401,7 +401,8 @@ class Preferences {
|
||||
"com.citrix.receiver.icaviewer.mac",
|
||||
"com.nicesoftware.dcvviewer",
|
||||
"com.vmware.fusion",
|
||||
"com.apple.ScreenSharing"
|
||||
"com.apple.ScreenSharing",
|
||||
"com.utmapp.UTM",
|
||||
].map {
|
||||
BlacklistEntry(bundleIdentifier: $0, hide: .none, ignore: .whenFullscreen)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user