Skip to content

Commit

Permalink
feat: add utm-app to default blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed May 25, 2024
1 parent 127ad15 commit 523bcbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logic/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit 523bcbb

Please sign in to comment.