[PR #14675] [MERGED] Only use Mica in the SUI if Mica is available #30207

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14675
Author: @zadjii-msft
Created: 1/13/2023
Status: Merged
Merged: 1/19/2023
Merged by: @undefined

Base: mainHead: devv/migrie/b/114667-mica-sui-win10


📝 Commits (3)

  • b34b270 I have not tested this yet, but it should work
  • fdd48cb Merge remote-tracking branch 'origin/main' into devv/migrie/b/114667-mica-sui-win10
  • 0f4450e it's not a version check anymore

📊 Changes

1 file changed (+27 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/MainPage.cpp (+27 -1)

📄 Description

This should make sure we only use Mica for the BG of the SUI when we're on a Windows build that supports it. Otherwise, we're just gonna get the emergency backstop / full transparency under it.

Confirmed this fixes it on my win10 VM.

Closes #14667


🔄 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/14675 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `devv/migrie/b/114667-mica-sui-win10` --- ### 📝 Commits (3) - [`b34b270`](https://github.com/microsoft/terminal/commit/b34b27095d1c3ca9862e1c91b326c504b34577da) I have not tested this yet, but it should work - [`fdd48cb`](https://github.com/microsoft/terminal/commit/fdd48cb85f8ad77ed1885f581f88ee1dd3ee313d) Merge remote-tracking branch 'origin/main' into devv/migrie/b/114667-mica-sui-win10 - [`0f4450e`](https://github.com/microsoft/terminal/commit/0f4450eb639a32f2f87169c0c2cb81a0e1107d03) it's not a version check anymore ### 📊 Changes **1 file changed** (+27 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/MainPage.cpp` (+27 -1) </details> ### 📄 Description This should make sure we only use Mica for the BG of the SUI when we're on a Windows build that supports it. Otherwise, we're just gonna get the emergency backstop / full transparency under it. Confirmed this fixes it on my win10 VM. Closes #14667 --- <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:39:20 +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#30207