[vlc-commits] [Git][videolan/vlc][master] macosx: Fix detached audio window mute button
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Jul 12 04:21:30 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
12aa1789 by Bob Moriasi at 2025-07-11T18:45:28+00:00
macosx: Fix detached audio window mute button
- - - - -
1 changed file:
- modules/gui/macosx/UI/VLCDetachedAudioWindow.xib
Changes:
=====================================
modules/gui/macosx/UI/VLCDetachedAudioWindow.xib
=====================================
@@ -179,6 +179,9 @@
<constraint firstAttribute="width" constant="32" id="SWZ-0H-DDq"/>
<constraint firstAttribute="width" secondItem="tJC-hA-c4P" secondAttribute="height" multiplier="1:1" id="g7m-Pi-ahM"/>
</constraints>
+ <connections>
+ <action selector="volumeAction:" target="3" id="mVB-aT-y4J"/>
+ </connections>
</button>
<slider verticalHuggingPriority="750" horizontalCompressionResistancePriority="800" translatesAutoresizingMaskIntoConstraints="NO" id="z4Z-7V-IQk" customClass="VLCVolumeSlider">
<rect key="frame" x="35" y="8" width="84" height="17"/>
@@ -266,6 +269,7 @@
<outlet property="timeField" destination="9" id="uzI-2c-bs3"/>
<outlet property="timeSlider" destination="20" id="AFS-sq-vuw"/>
<outlet property="volumeSlider" destination="z4Z-7V-IQk" id="njj-Ji-PGF"/>
+ <outlet property="muteVolumeButton" destination="tJC-hA-c4P" id="mVB-qt-x7M"/>
</connections>
</customObject>
</objects>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/12aa17892adea9134ba295d96f9feee1a936752f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/12aa17892adea9134ba295d96f9feee1a936752f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list