mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #213] [CLOSED] Volume slider checkbox #1071
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#1071
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/MonitorControl/MonitorControl/pull/213
Author: @monoKeith
Created: 5/7/2020
Status: ❌ Closed
Base:
master← Head:volume_slider_checkbox📝 Commits (5)
a42a04eImplemented a checkbox in preference to hide volume slider.c744dd5Merge branch 'HEAD' into volume_slider_checkbox5677e22Reverted unnecessary changesc1ec024Revert unnecessary changes383f7eeUpdate 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.