Added that canvas is dimmed when splitview is open

This commit is contained in:
Ano-sys
2025-02-21 18:07:28 +01:00
parent b2ef3b03c4
commit 64d8209825
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ public partial class MainWindow : Window
Topmost = false;
}
// MVVM like implementations burst the bounds -> implemented the old school way
private async void SaveFileButton_Clicked(object sender, RoutedEventArgs args)
{
TopLevel? topLevel = TopLevel.GetTopLevel(this);