mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
Don't focus InfoBar if not open (#13895)
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
</controls:Setting>
|
</controls:Setting>
|
||||||
<muxc:InfoBar x:Uid="Run_AllPluginsDisabled"
|
<muxc:InfoBar x:Uid="Run_AllPluginsDisabled"
|
||||||
Severity="Error"
|
Severity="Error"
|
||||||
IsTabStop="True"
|
IsTabStop="{x:Bind ViewModel.ShowAllPluginsDisabledWarning, Mode=OneWay}"
|
||||||
IsOpen="{x:Bind ViewModel.ShowAllPluginsDisabledWarning, Mode=OneWay}"
|
IsOpen="{x:Bind ViewModel.ShowAllPluginsDisabledWarning, Mode=OneWay}"
|
||||||
IsClosable="False" />
|
IsClosable="False" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user