feat: add utm-app to default blacklist

This commit is contained in:
lwouis
2024-05-26 00:17:04 +02:00
parent 127ad155ba
commit 523bcbb6e3
+2 -1
View File
@@ -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)
})