[PR #276] [MERGED] Show audio muted OSD image when audio volume value is 0 #1080

Closed
opened 2026-05-05 07:04:10 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/276
Author: @robertbressi
Created: 8/12/2020
Status: Merged
Merged: 10/18/2020
Merged by: @JoniVR

Base: masterHead: robertbressi/osd-mute-icon


📝 Commits (2)

  • 01655b2 Show audio muted OSD image when audio volume value is 0
  • e67fd19 Minor code duplication cleanup

📊 Changes

1 file changed (+26 additions, -22 deletions)

View changed files

📝 MonitorControl/Model/Display.swift (+26 -22)

📄 Description

Currently, if you reduce the volume to zero, the OSD image is still the non-muted audio speaker, even though the volume is muted.

This change will set the OSD image to the muted audio speaker if the volume becomes zero.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/MonitorControl/MonitorControl/pull/276 **Author:** [@robertbressi](https://github.com/robertbressi) **Created:** 8/12/2020 **Status:** ✅ Merged **Merged:** 10/18/2020 **Merged by:** [@JoniVR](https://github.com/JoniVR) **Base:** `master` ← **Head:** `robertbressi/osd-mute-icon` --- ### 📝 Commits (2) - [`01655b2`](https://github.com/MonitorControl/MonitorControl/commit/01655b291c792f13919d81d00a5ea4d0aa7dc6cc) Show audio muted OSD image when audio volume value is 0 - [`e67fd19`](https://github.com/MonitorControl/MonitorControl/commit/e67fd19be541c0f3a099b84ea4dea66a66833851) Minor code duplication cleanup ### 📊 Changes **1 file changed** (+26 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/Model/Display.swift` (+26 -22) </details> ### 📄 Description Currently, if you reduce the volume to zero, the OSD image is still the non-muted audio speaker, even though the volume is muted. This change will set the OSD image to the muted audio speaker if the volume becomes zero. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:04:10 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1080
No description provided.