mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -15,4 +15,9 @@ public class AnnotationConfig
|
||||
|
||||
public List<string> VideoFormats { get; set; } = null!;
|
||||
public List<string> ImageFormats { get; set; } = null!;
|
||||
|
||||
public string AnnotationsDbFile { get; set; } = null!;
|
||||
|
||||
public double LeftPanelWidth { get; set; }
|
||||
public double RightPanelWidth { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user