mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
fixed bugs with queue handling. At least most of them
This commit is contained in:
@@ -145,6 +145,9 @@ public partial class App
|
||||
StartMain();
|
||||
_host.Start();
|
||||
EventManager.RegisterClassHandler(typeof(UIElement), UIElement.PreviewKeyDownEvent, new RoutedEventHandler(GlobalKeyHandler));
|
||||
var datasetExplorer = _host.Services.GetRequiredService<DatasetExplorer>();
|
||||
datasetExplorer.Show();
|
||||
datasetExplorer.Hide();
|
||||
_host.Services.GetRequiredService<MainSuite>().Show();
|
||||
};
|
||||
login.Closed += (sender, args) =>
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
"LeftPanelWidth": 220.0,
|
||||
"RightPanelWidth": 230.0,
|
||||
"GenerateAnnotatedImage": true,
|
||||
"SilentDetection": true
|
||||
"SilentDetection": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user