Skip to content

Commit

Permalink
config(apple): enable clipboard sharing console device for macOS guests
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Nov 20, 2024
1 parent fd1bafd commit a3273db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/UTMAppleConfigurationVirtualization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ extension UTMAppleConfigurationVirtualization {
throw UTMAppleConfigurationError.rosettaNotSupported
}
#endif
if hasClipboardSharing && !isMacOSGuest {
if hasClipboardSharing {
let spiceClipboardAgent = VZSpiceAgentPortAttachment()
spiceClipboardAgent.sharesClipboard = true
let consolePort = VZVirtioConsolePortConfiguration()
Expand Down

0 comments on commit a3273db

Please sign in to comment.