mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #370] [MERGED] Fix display names on M1 Macs #1091
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#1091
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/370
Author: @LinusU
Created: 1/12/2021
Status: ✅ Merged
Merged: 7/6/2021
Merged by: @JoniVR
Base:
master← Head:screen-name📝 Commits (1)
33b82a6Fix display names on M1 Macs📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
MonitorControl/AppDelegate.swift(+6 -1)📄 Description
Starting with Catalina there is a
localizedNameproperty that can be used to get the name of the display. The old way doesn't work at all on the new M1 based Macs, so this also fixes the name on those computers.Note that this doesn't give us compatibility with M1 Macs, it's just one small step in that direction.
related: #323
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.