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

Only use Mica in the SUI if Mica is available #14675

Merged
3 commits merged into from
Jan 19, 2023

Conversation

zadjii-msft
Copy link
Member

@zadjii-msft zadjii-msft commented Jan 13, 2023

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

@ghost ghost added Area-Settings UI Anything specific to the SUI Area-Theming Anything related to the theming of elements of the window Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal. Severity-Blocking We won't ship a release like this! No-siree. labels Jan 13, 2023
@zadjii-msft

This comment was marked as resolved.

@zadjii-msft zadjii-msft marked this pull request as ready for review January 13, 2023 17:40
@carlos-zamora carlos-zamora added this to the Terminal v1.17 milestone Jan 14, 2023
@carlos-zamora carlos-zamora added the Needs-Second It's a PR that needs another sign-off label Jan 14, 2023
@ghost ghost requested review from PankajBhojwani, DHowett and lhecker January 14, 2023 00:35

if (!isMicaAvailable)
{
return;
Copy link
Member

Choose a reason for hiding this comment

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

now, does this hot reload if you turn mica off? ;)

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure seemed like it did

@zadjii-msft zadjii-msft added the AutoMerge Marked for automatic merge by the bot when requirements are met label Jan 19, 2023
@ghost
Copy link

ghost commented Jan 19, 2023

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.

@ghost ghost merged commit f2b82cd into main Jan 19, 2023
@ghost ghost deleted the devv/migrie/b/114667-mica-sui-win10 branch January 19, 2023 21:06
@ghost
Copy link

ghost commented Jan 24, 2023

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

Handy links:

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings UI Anything specific to the SUI Area-Theming Anything related to the theming of elements of the window AutoMerge Marked for automatic merge by the bot when requirements are met Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Second It's a PR that needs another sign-off Product-Terminal The new Windows Terminal. Severity-Blocking We won't ship a release like this! No-siree.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mica in the SUI BG doesn't work on Win10
4 participants