From 362ba439ea4ca9ca78b97eac4c9591cb0ff87814 Mon Sep 17 00:00:00 2001 From: Alex Bezdieniezhnykh Date: Fri, 29 Nov 2024 13:37:43 +0200 Subject: [PATCH] fix bug with key --- Azaion.Suite/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Azaion.Suite/App.xaml.cs b/Azaion.Suite/App.xaml.cs index f7ee763..f8849a1 100644 --- a/Azaion.Suite/App.xaml.cs +++ b/Azaion.Suite/App.xaml.cs @@ -174,7 +174,7 @@ public partial class App { { "LibVLCSharp.WPF.ForegroundWindow", WindowEnum.Annotator }, { "Azaion.Annotator.Annotator", WindowEnum.Annotator }, - { "Azaion.Annotator.DatasetExplorer", WindowEnum.DatasetExplorer } + { "Azaion.Dataset.DatasetExplorer", WindowEnum.DatasetExplorer } }; private WindowEnum GetParentWindow(FrameworkElement? element)