mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[PR #1817] [MERGED] feat: support "only when external display show menu bar icon" option #1287
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#1287
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/1817
Author: @Yifei0727
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @waydabber
Base:
main← Head:main📝 Commits (4)
8d592fffeat(Enums): Add externalOnly option to MenuIcon enum3c9c2e4feat(MenuHandler): Enhance menu icon visibility logic for new option with external displays430e42ffeat(storyboard): Add menu option for app configdb41acdfeat(i18n): Add menu item for external display presence across multiple languages📊 Changes
22 files changed (+72 additions, -1 deletions)
View changed files
📝
MonitorControl/Enums/PrefKey.swift(+1 -0)📝
MonitorControl/Support/MenuHandler.swift(+13 -1)📝
MonitorControl/UI/Base.lproj/Main.storyboard(+1 -0)📝
MonitorControl/UI/cs.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/de.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/en.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/es.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/fr.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/hi.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/hu.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/it.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/ja.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/ko.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/nl.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/pl.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/pt-BR.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/pt-PT.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/ru.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/sk.lproj/Main.strings(+3 -0)📝
MonitorControl/UI/tr.lproj/Main.strings(+3 -0)...and 2 more files
📄 Description
commits for #1814 support "only when external display show menu bar icon" option
changes:
[x] add an option enum for new select "when external ..."
[x] impl event handler for this option to select show or hide icon
[x] i18n for this option title(by copilot ai & gemini ai)
test on my macbook16(2021,macos 26.1)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.