From 17560f40fe083a2ad72ead7e604b41760e2e811b Mon Sep 17 00:00:00 2001 From: JT Date: Mon, 11 Mar 2024 23:49:03 -0700 Subject: [PATCH 1/2] fix teaching tip spam --- StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml b/StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml index 85f4e34b..7d86b568 100644 --- a/StabilityMatrix.Avalonia/Views/ConsoleOutputPage.axaml +++ b/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}"/> From 0e6cf4db7e69ce643e50fb3180f9a72e4758e652 Mon Sep 17 00:00:00 2001 From: JT Date: Mon, 11 Mar 2024 23:53:17 -0700 Subject: [PATCH 2/2] chagenlog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 758a0e28..39527a73 100644 --- a/CHANGELOG.md +++ b/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