[PR #312] [CLOSED] Add show volume slider option #1087

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

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/312
Author: @ghost
Created: 10/21/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • ab31e7f Add show volume slider option

📊 Changes

10 files changed (+65 additions, -6 deletions)

View changed files

📝 MonitorControl/AppDelegate.swift (+13 -5)
📝 MonitorControl/Extensions/NSNotification+Extension.swift (+1 -0)
📝 MonitorControl/Support/Utils.swift (+3 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+15 -1)
📝 MonitorControl/UI/de.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/en.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/fr.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/ja.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/zh-Hans.lproj/Main.strings (+3 -0)
📝 MonitorControl/View Controllers/MainPrefsViewController.swift (+18 -0)

📄 Description

Unfortunately most displays don't have an audio mixer for adjusting volume.
An option for hiding volume slider would be preferred.

Note

  • Storyboard updated under VIM, might need to re-save in Xcode.
  • Translations for the following strings not implemented for Ukrainian, Russian, Italian, Polish. (Sorry I don't speak those languages)
/* Class = "NSButtonCell"; title = "Show a slider for volume"; ObjectID = "lGa-Bb-oVu"; */
"lGa-Bb-oVu.title" = "Show a slider for volume";

🔄 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/312 **Author:** [@ghost](https://github.com/ghost) **Created:** 10/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ab31e7f`](https://github.com/MonitorControl/MonitorControl/commit/ab31e7f263737391b1252c88848fbe06a1b4b84f) Add show volume slider option ### 📊 Changes **10 files changed** (+65 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl/AppDelegate.swift` (+13 -5) 📝 `MonitorControl/Extensions/NSNotification+Extension.swift` (+1 -0) 📝 `MonitorControl/Support/Utils.swift` (+3 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+15 -1) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/ja.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/zh-Hans.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/View Controllers/MainPrefsViewController.swift` (+18 -0) </details> ### 📄 Description > Unfortunately most displays don't have an audio mixer for adjusting volume. > An option for hiding volume slider would be preferred. **Note** - Storyboard updated under VIM, might need to re-save in Xcode. - Translations for the following strings not implemented for Ukrainian, Russian, Italian, Polish. (Sorry I don't speak those languages) ``` /* Class = "NSButtonCell"; title = "Show a slider for volume"; ObjectID = "lGa-Bb-oVu"; */ "lGa-Bb-oVu.title" = "Show a slider for volume"; ``` --- <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:19 -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#1087
No description provided.