Skip to content

Commit

Permalink
display(macOS): fix USB toolbar icon grayed out
Browse files Browse the repository at this point in the history
Fixes #6222
  • Loading branch information
osy committed Mar 28, 2024
1 parent 1a42cc1 commit 88ef790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/UTMSpiceVirtualMachine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protocol UTMSpiceVirtualMachine: UTMVirtualMachine where Configuration == UTMQem
// MARK: - USB redirection
extension UTMSpiceVirtualMachine {
var hasUsbRedirection: Bool {
#if HAS_USB
#if WITH_USB
return jb_has_usb_entitlement()
#else
return false
Expand Down

1 comment on commit 88ef790

@Floris497
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, do you have a usable build for this one on for Apple Silicon?

Please sign in to comment.