Browse Source

display(macOS): fix USB toolbar icon grayed out

Fixes #6222
osy 1 năm trước cách đây
mục cha
commit
88ef79069f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Services/UTMSpiceVirtualMachine.swift

+ 1 - 1
Services/UTMSpiceVirtualMachine.swift

@@ -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