small ux fixes

This commit is contained in:
Alex Bezdieniezhnykh
2025-03-04 13:30:13 +02:00
parent a493606f64
commit 792abce8c4
8 changed files with 305 additions and 14 deletions
+5
View File
@@ -586,4 +586,9 @@ public partial class Annotator
}
});
}
private void SoundDetections(object sender, RoutedEventArgs e)
{
throw new NotImplementedException();
}
}