mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 22:01:08 -06:00
[PR #714] [MERGED] Updated how 'Show advanced settings' works #1188
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#1188
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/714
Author: @waydabber
Created: 10/14/2021
Status: ✅ Merged
Merged: 10/15/2021
Merged by: @waydabber
Base:
master← Head:experimental📝 Commits (8)
de52b87Reorganized Preferences a bit - moved Show advanced to Displays tab with local scope only.6077671Removed an unneeded text row from Preferences for cleaner lookaafc3e9Fix layout issue835064bUpdate README.mdb6039cbUpdated screenshots7c13736Added some info about supported hardwareb7c5f05Update README.md0b3ea20Update README.md📊 Changes
33 files changed (+273 additions, -654 deletions)
View changed files
📝
.github/pref_1.png(+0 -0)📝
.github/pref_2.png(+0 -0)📝
.github/pref_3.png(+0 -0)📝
.github/pref_4.png(+0 -0)📝
.github/screenshot.png(+0 -0)📝
MonitorControl/Enums/PrefKey.swift(+0 -3)📝
MonitorControl/Info.plist(+1 -1)📝
MonitorControl/Model/Display.swift(+1 -1)📝
MonitorControl/Model/OtherDisplay.swift(+1 -3)📝
MonitorControl/Support/AppDelegate.swift(+2 -2)📝
MonitorControl/Support/MenuHandler.swift(+1 -5)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+106 -160)📝
MonitorControl/UI/de.lproj/Main.strings(+7 -19)📝
MonitorControl/UI/en.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/es-419.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/fr.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/hu.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/it.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/ja.lproj/Main.strings(+6 -18)📝
MonitorControl/UI/ko.lproj/Main.strings(+6 -18)...and 13 more files
📄 Description
This PR has the following changes:
Show advanced settingsto the Displays tab with a local scope only.This is how the Displays tab now looks like with advanced settings enabled (see the setting in the bottom right corner) and using light theme:
This is how the tab looks like with advanced disabled with dark theme:
Note: I was extra careful not to introduce any changes that mess up localizatons as we would not want an other round of translations before the full release.
Let me know if you don't like it, I am open to suggestions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.