Browse Source

fix teaching tip spam

pull/629/head
JT 8 months ago committed by GitHub
parent
commit
17560f40fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml

2
StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml

@ -88,6 +88,6 @@
Target="{Binding #OpenWebUiButton}"
Title="{x:Static lang:Resources.TeachingTip_WebUiButtonMoved}"
PreferredPlacement="Bottom"
IsOpen="True"/>
IsOpen="{Binding ShowWebUiTeachingTip}"/>
</Grid>
</controls:UserControlBase>

Loading…
Cancel
Save