mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
fix editing annotation
This commit is contained in:
@@ -17,6 +17,7 @@ public class FormState
|
||||
|
||||
public int CurrentVolume { get; set; } = 100;
|
||||
public ObservableCollection<AnnotationResult> AnnotationResults { get; set; } = [];
|
||||
public WindowsEnum ActiveWindow { get; set; }
|
||||
|
||||
public string GetTimeName(TimeSpan ts) => $"{VideoName}_{ts:hmmssf}";
|
||||
|
||||
@@ -38,4 +39,4 @@ public class FormState
|
||||
}
|
||||
catch (Exception e) { return null; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user