File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <key >CFBundleShortVersionString </key >
2020 <string >$(MARKETING_VERSION) </string >
2121 <key >CFBundleVersion </key >
22- <string >6440 </string >
22+ <string >6443 </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.utilities </string >
2525 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ class MediaKeyTapManager: MediaKeyTapDelegate {
173173 keys. removeAll { keysToDelete. contains ( $0) }
174174 }
175175 // Remove volume related keys if audio device is controllable
176- if !isInternalDisplayOnly , let defaultAudioDevice = app. coreAudio. defaultOutputDevice {
176+ if let defaultAudioDevice = app. coreAudio. defaultOutputDevice {
177177 let keysToDelete : [ MediaKey ] = [ . volumeUp, . volumeDown, . mute]
178178 if !prefs. bool ( forKey: PrefKey . allScreensVolume. rawValue) , prefs. bool ( forKey: PrefKey . useAudioDeviceNameMatching. rawValue) {
179179 if DisplayManager . shared. updateAudioControlTargetDisplays ( deviceName: defaultAudioDevice. name) == 0 {
Original file line number Diff line number Diff line change 1919 <key >CFBundleShortVersionString </key >
2020 <string >$(MARKETING_VERSION) </string >
2121 <key >CFBundleVersion </key >
22- <string >6440 </string >
22+ <string >6443 </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.utilities </string >
2525 <key >LSBackgroundOnly </key >
You can’t perform that action at this time.
0 commit comments