[PR #12246] [MERGED] Remove the Tray Icon from velocity #28923

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12246
Author: @zadjii-msft
Created: 1/25/2022
Status: Merged
Merged: 1/26/2022
Merged by: @undefined

Base: mainHead: dev/migrie/b/12220-remove-tray-velocity


📝 Commits (1)

  • 60059f2 Remove the Tray Icon from velocity

📊 Changes

8 files changed (+44 additions, -90 deletions)

View changed files

📝 src/cascadia/Remoting/WindowManager.cpp (+1 -4)
📝 src/cascadia/TerminalApp/AppLogic.cpp (+10 -24)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.cpp (+0 -4)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.h (+0 -2)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.idl (+0 -2)
📝 src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml (+2 -4)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+31 -43)
📝 src/features.xml (+0 -7)

📄 Description

This will turn the feature on always from this point on. That means 1.13 Stble
would be the first Stable release to have this feature (unless we cherry-pick
this to 1.12 stable, which we may)


🔄 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/12246 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 1/25/2022 **Status:** ✅ Merged **Merged:** 1/26/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/migrie/b/12220-remove-tray-velocity` --- ### 📝 Commits (1) - [`60059f2`](https://github.com/microsoft/terminal/commit/60059f27509617c772b22e2d9580fb939ceedaa2) Remove the Tray Icon from velocity ### 📊 Changes **8 files changed** (+44 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/Remoting/WindowManager.cpp` (+1 -4) 📝 `src/cascadia/TerminalApp/AppLogic.cpp` (+10 -24) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.cpp` (+0 -4) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.h` (+0 -2) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.idl` (+0 -2) 📝 `src/cascadia/TerminalSettingsEditor/GlobalAppearance.xaml` (+2 -4) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+31 -43) 📝 `src/features.xml` (+0 -7) </details> ### 📄 Description This will turn the feature on always from this point on. That means 1.13 Stble would be the first Stable release to have this feature (unless we cherry-pick this to 1.12 stable, which we may) * [x] Closes #12220 * [x] I work here --- <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:31:39 +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#28923