File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public partial class MainHandler
23
23
{
24
24
25
25
//Config
26
- public static string BuildVersion = "1.2.9.8 " ;
26
+ public static string BuildVersion = "1.2.9.9 " ;
27
27
public static MEDIABACKEND MediaBackend = ( Properties . Settings . Default . MediaBackend == "Hardware" ) ? MEDIABACKEND . MEDIAKIT : MEDIABACKEND . MEDIA ;
28
28
public static bool ENABLE_PYTHON = Properties . Settings . Default . EnablePython ;
29
29
public static bool ENABLE_LIGHTNING = Properties . Settings . Default . EnableLightning ;
Original file line number Diff line number Diff line change @@ -4831,7 +4831,7 @@ public override string ToString()
4831
4831
return Name ;
4832
4832
}
4833
4833
4834
- // public bool hasMatchingAnnotations { get; set; }
4834
+ public bool hasMatchingAnnotations { get ; set ; }
4835
4835
}
4836
4836
4837
4837
public class DatabaseUser
You can’t perform that action at this time.
0 commit comments