Browse Source

Merge pull request #559 from ionite34/fix-teaching-tip

fix teaching tip spam
pull/629/head
JT 8 months ago committed by GitHub
parent
commit
c1d697bfcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml

1
CHANGELOG.md

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
- Revisited the way images are loaded on the outputs page, with improvements to loading speed & not freezing the UI while loading
### Fixed
- Fixed Outputs page not remembering where the user last was in the TreeView in certain circumstances
- Fixed "The Open Web UI button has moved" teaching tip spam
## v2.10.0-dev.1
### Added

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