Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This fixes summoning _quake as the MRU window #10108

Merged
merged 3 commits into from
May 19, 2021

Conversation

zadjii-msft
Copy link
Member

Summary of the Pull Request

This fixes a bug where if you had the _quake window open, and you tried to globalSummon it (not with the quakeMode action, but just with a plain-old globalSummon to activate the MRU window), we'd create a new window instead of just summoning the _quake window.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

It's basically a one-line fix, I just had to update the function signature for _getMostRecentPeasantID to allow us to use it differently for glomming vs summoning. When glomming, ignoreQuakeWindow should be true. When summoning, ignoreQuakeWindow should be false.

@DHowett DHowett added the Needs-Second It's a PR that needs another sign-off label May 17, 2021
@@ -308,7 +308,7 @@ namespace winrt::Microsoft::Terminal::Remoting::implementation
// actually on the current desktop.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the method description

@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label May 18, 2021
@ghost
Copy link

ghost commented May 18, 2021

Hello @zadjii-msft!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@DHowett
Copy link
Member

DHowett commented May 19, 2021

Oh, the bot got hung up because of spellchecking. I'll manually merge.

@DHowett DHowett merged commit a4ebeb0 into main May 19, 2021
@DHowett DHowett deleted the dev/migrie/b/fix-summon-mru-quake branch May 19, 2021 16:14
@ghost
Copy link

ghost commented May 25, 2021

🎉Windows Terminal Preview v1.9.1445.0 has been released which incorporates this pull request.:tada:

Handy links:

@ghost
Copy link

ghost commented Jul 14, 2021

🎉Windows Terminal v1.9.1942.0 has been released which incorporates this pull request.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met Needs-Second It's a PR that needs another sign-off
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants