[PR #213] [CLOSED] Volume slider checkbox #1071

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

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/213
Author: @monoKeith
Created: 5/7/2020
Status: Closed

Base: masterHead: volume_slider_checkbox


📝 Commits (5)

  • a42a04e Implemented a checkbox in preference to hide volume slider.
  • c744dd5 Merge branch 'HEAD' into volume_slider_checkbox
  • 5677e22 Reverted unnecessary changes
  • c1ec024 Revert unnecessary changes
  • 383f7ee Update new changes from master

📊 Changes

17 files changed (+114 additions, -233 deletions)

View changed files

.bartycrouch.toml (+0 -35)
.github/ISSUE_TEMPLATE/bug_report.md (+0 -38)
.github/ISSUE_TEMPLATE/config.yml (+0 -1)
.github/ISSUE_TEMPLATE/discussion.md (+0 -14)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -24)
.github/ISSUE_TEMPLATE/monitor-issue.md (+0 -33)
.github/ISSUE_TEMPLATE/question.md (+0 -14)
📝 MonitorControl.xcodeproj/project.pbxproj (+7 -6)
📝 MonitorControl/AppDelegate.swift (+21 -11)
📝 MonitorControl/Extensions/NSNotification+Extension.swift (+1 -0)
📝 MonitorControl/Info.plist (+1 -1)
📝 MonitorControl/Support/Utils.swift (+4 -1)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+55 -54)
📝 MonitorControl/UI/en.lproj/Main.strings (+3 -0)
📝 MonitorControl/UI/zh-Hans.lproj/Main.strings (+3 -0)
📝 MonitorControl/View Controllers/MainPrefsViewController.swift (+18 -0)
📝 MonitorControlHelper/Info.plist (+1 -1)

📄 Description

Created a checkbox to allow hiding Volume settings.
Because some monitors (like my Dell U2718Q) doesn't support volume adjustments.


🔄 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/213 **Author:** [@monoKeith](https://github.com/monoKeith) **Created:** 5/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `volume_slider_checkbox` --- ### 📝 Commits (5) - [`a42a04e`](https://github.com/MonitorControl/MonitorControl/commit/a42a04ea0e2098ea44902bf46b05eca9e3e426dd) Implemented a checkbox in preference to hide volume slider. - [`c744dd5`](https://github.com/MonitorControl/MonitorControl/commit/c744dd5a21c76f6a70e4b7f2ea4d7b840fb1105a) Merge branch 'HEAD' into volume_slider_checkbox - [`5677e22`](https://github.com/MonitorControl/MonitorControl/commit/5677e22d40807b21e8c088cefb09271c032a3758) Reverted unnecessary changes - [`c1ec024`](https://github.com/MonitorControl/MonitorControl/commit/c1ec024a5d73b574447b26d93c61c8129acbf972) Revert unnecessary changes - [`383f7ee`](https://github.com/MonitorControl/MonitorControl/commit/383f7ee4f3f310af7f0f8f8140d914691ab42da8) Update new changes from master ### 📊 Changes **17 files changed** (+114 additions, -233 deletions) <details> <summary>View changed files</summary> ➖ `.bartycrouch.toml` (+0 -35) ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -38) ➖ `.github/ISSUE_TEMPLATE/config.yml` (+0 -1) ➖ `.github/ISSUE_TEMPLATE/discussion.md` (+0 -14) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -24) ➖ `.github/ISSUE_TEMPLATE/monitor-issue.md` (+0 -33) ➖ `.github/ISSUE_TEMPLATE/question.md` (+0 -14) 📝 `MonitorControl.xcodeproj/project.pbxproj` (+7 -6) 📝 `MonitorControl/AppDelegate.swift` (+21 -11) 📝 `MonitorControl/Extensions/NSNotification+Extension.swift` (+1 -0) 📝 `MonitorControl/Info.plist` (+1 -1) 📝 `MonitorControl/Support/Utils.swift` (+4 -1) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+55 -54) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/UI/zh-Hans.lproj/Main.strings` (+3 -0) 📝 `MonitorControl/View Controllers/MainPrefsViewController.swift` (+18 -0) 📝 `MonitorControlHelper/Info.plist` (+1 -1) </details> ### 📄 Description Created a checkbox to allow hiding Volume settings. Because some monitors (like my Dell U2718Q) doesn't support volume adjustments. --- <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:03:57 -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#1071
No description provided.