[PR #754] [CLOSED] Add option to change app icon for better visibility #1200

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

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/754
Author: @Takuro-Ito
Created: 10/31/2021
Status: Closed

Base: masterHead: feature/status-bar-icon


📝 Commits (4)

  • 628b2e2 Add option to change app icon for better visibility
  • 2cdeb2f chore: update localized string files for PR
  • 9c30b5a Change row title
  • f53f447 Change row height to 20 and row bottom to -6

📊 Changes

19 files changed (+175 additions, -14 deletions)

View changed files

MonitorControl/Assets.xcassets/statusAppIcon.imageset/Contents.json (+23 -0)
MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-24.png (+0 -0)
MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-48.png (+0 -0)
MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-72.png (+0 -0)
📝 MonitorControl/Enums/PrefKey.swift (+8 -0)
📝 MonitorControl/Support/AppDelegate.swift (+0 -5)
📝 MonitorControl/Support/MenuHandler.swift (+7 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+39 -9)
📝 MonitorControl/UI/de.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/en.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/fr.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/hu.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/it.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/ko.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/nl.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/tr.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/zh-Hans.lproj/Main.strings (+9 -0)
📝 MonitorControl/UI/zh-Hant-TW.lproj/Main.strings (+9 -0)
📝 MonitorControl/View Controllers/MenuslidersPrefsViewController.swift (+8 -0)

📄 Description

Changes

  • Use app icon as status bar icon
    • Now it's easier to recognize MonitorControl in menu bar

Before

image

After

image

Menu Icon Style: Sun (Default)

image

Menu Icon Style: App Icon (New)

image


🔄 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/754 **Author:** [@Takuro-Ito](https://github.com/Takuro-Ito) **Created:** 10/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/status-bar-icon` --- ### 📝 Commits (4) - [`628b2e2`](https://github.com/MonitorControl/MonitorControl/commit/628b2e233f1df72e5ceca6303828f6492750efe8) Add option to change app icon for better visibility - [`2cdeb2f`](https://github.com/MonitorControl/MonitorControl/commit/2cdeb2fae0c1440413bec881e7b481db91e36a9d) chore: update localized string files for PR - [`9c30b5a`](https://github.com/MonitorControl/MonitorControl/commit/9c30b5a4fbee77357290ecf648d242d03e525b20) Change row title - [`f53f447`](https://github.com/MonitorControl/MonitorControl/commit/f53f447afc295176fb61396568bf08f8541f4850) Change row height to 20 and row bottom to -6 ### 📊 Changes **19 files changed** (+175 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `MonitorControl/Assets.xcassets/statusAppIcon.imageset/Contents.json` (+23 -0) ➕ `MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-24.png` (+0 -0) ➕ `MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-48.png` (+0 -0) ➕ `MonitorControl/Assets.xcassets/statusAppIcon.imageset/Icon-72.png` (+0 -0) 📝 `MonitorControl/Enums/PrefKey.swift` (+8 -0) 📝 `MonitorControl/Support/AppDelegate.swift` (+0 -5) 📝 `MonitorControl/Support/MenuHandler.swift` (+7 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+39 -9) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/hu.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/it.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/ko.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/nl.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/tr.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/zh-Hans.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/UI/zh-Hant-TW.lproj/Main.strings` (+9 -0) 📝 `MonitorControl/View Controllers/MenuslidersPrefsViewController.swift` (+8 -0) </details> ### 📄 Description ## Changes - Use app icon as status bar icon - Now it's easier to recognize MonitorControl in menu bar ### Before ![image](https://user-images.githubusercontent.com/12025248/139583224-38e934ba-0f74-49bb-a37b-e25c88a5875e.png) ### After ![image](https://user-images.githubusercontent.com/12025248/139583225-26411713-5f0b-41b8-a1a9-c318d88dcfb4.png) #### Menu Icon Style: Sun (Default) ![image](https://user-images.githubusercontent.com/12025248/139583253-feb9b52c-57a3-4aca-ac57-6c98f45970ed.png) #### Menu Icon Style: App Icon (New) ![image](https://user-images.githubusercontent.com/12025248/139583258-e8b76ee4-8213-4396-a401-6648e7835b29.png) --- <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:07:32 -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#1200
No description provided.