[PR #15273] [MERGED] Don't auto-dismiss the warning dialog on launch #30561

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/15273
Author: @zadjii-msft
Created: 5/1/2023
Status: Merged
Merged: 5/2/2023
Merged by: @microsoft-github-policy-service[bot]

Base: mainHead: dev/migrie/b/15170-auto-dismiss-warnings


📝 Commits (2)

  • efedd2c Don't auto-dismiss the warning dialog on launch
  • 9b8c0d3 well, okay. Apphost was wrong

📊 Changes

2 files changed (+25 additions, -2 deletions)

View changed files

📝 src/cascadia/WindowsTerminal/AppHost.cpp (+16 -1)
📝 src/cascadia/WindowsTerminal/AppHost.h (+9 -1)

📄 Description

Apparently, ShowWindow also sends a WM_MOVE, which we then turn around and use to dismiss open dialogs.

Closes #15170

Regressed in #13811


🔄 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/15273 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@microsoft-github-policy-service[bot]](https://github.com/apps/microsoft-github-policy-service) **Base:** `main` ← **Head:** `dev/migrie/b/15170-auto-dismiss-warnings` --- ### 📝 Commits (2) - [`efedd2c`](https://github.com/microsoft/terminal/commit/efedd2ca919942506cb15bc154a03e2821045048) Don't auto-dismiss the warning dialog on launch - [`9b8c0d3`](https://github.com/microsoft/terminal/commit/9b8c0d3f01404041e2637de084a56420efca884b) well, okay. Apphost _was_ wrong ### 📊 Changes **2 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+16 -1) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+9 -1) </details> ### 📄 Description Apparently, `ShowWindow` also sends a `WM_MOVE`, which we then turn around and use to dismiss open dialogs. Closes #15170 Regressed in #13811 --- <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:41:33 +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#30561