[PR #11070] [MERGED] Add Tray Icon settings to the SettingsUI #28395

Open
opened 2026-01-31 09:28:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11070
Author: @leonMSFT
Created: 8/27/2021
Status: Merged
Merged: 8/31/2021
Merged by: @undefined

Base: mainHead: dev/lelian/trayicon/settingsui


📝 Commits (3)

  • e12fc75 add to the settings UI
  • 14f58dc update the label
  • 105dad8 feature flag for toggle buttons, update descriptions

📊 Changes

5 files changed (+29 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.cpp (+5 -0)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.h (+2 -0)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.idl (+2 -0)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml (+12 -0)
📝 src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw (+8 -0)

📄 Description

Adds toggle buttons to the settings UI for minimizeToTray and alwaysShowTrayIcon that I mistakenly left out.


🔄 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/microsoft/terminal/pull/11070 **Author:** [@leonMSFT](https://github.com/leonMSFT) **Created:** 8/27/2021 **Status:** ✅ Merged **Merged:** 8/31/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lelian/trayicon/settingsui` --- ### 📝 Commits (3) - [`e12fc75`](https://github.com/microsoft/terminal/commit/e12fc75298bcba876b0a29a3ab98a64f628e4883) add to the settings UI - [`14f58dc`](https://github.com/microsoft/terminal/commit/14f58dc6ff2225d18709b12e0f978c0b1d0e97c6) update the label - [`105dad8`](https://github.com/microsoft/terminal/commit/105dad8e324d8f6106cd9dc54012f7a2a10e56a7) feature flag for toggle buttons, update descriptions ### 📊 Changes **5 files changed** (+29 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.cpp` (+5 -0) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.h` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.idl` (+2 -0) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml` (+12 -0) 📝 `src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw` (+8 -0) </details> ### 📄 Description Adds toggle buttons to the settings UI for `minimizeToTray` and `alwaysShowTrayIcon` that I mistakenly left out. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:15 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28395