mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 16:16:31 +00:00
fix ai detection bugs #1
This commit is contained in:
@@ -15,6 +15,7 @@ public class FormState
|
||||
public Size CurrentVideoSize { get; set; }
|
||||
public TimeSpan CurrentVideoLength { get; set; }
|
||||
|
||||
public bool BackgroundShown { get; set; }
|
||||
public int CurrentVolume { get; set; } = 100;
|
||||
public ObservableCollection<AnnotationResult> AnnotationResults { get; set; } = [];
|
||||
public WindowsEnum ActiveWindow { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user