Skip to content

Commit b53ef3d

Browse files
committed
suppress binding warning
1 parent aa51eb1 commit b53ef3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Controls/MainHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public partial class MainHandler
2323
{
2424

2525
//Config
26-
public static string BuildVersion = "1.2.9.8";
26+
public static string BuildVersion = "1.2.9.9";
2727
public static MEDIABACKEND MediaBackend = (Properties.Settings.Default.MediaBackend == "Hardware") ? MEDIABACKEND.MEDIAKIT : MEDIABACKEND.MEDIA;
2828
public static bool ENABLE_PYTHON = Properties.Settings.Default.EnablePython;
2929
public static bool ENABLE_LIGHTNING = Properties.Settings.Default.EnableLightning;

Database/DatabaseHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,7 @@ public override string ToString()
48314831
return Name;
48324832
}
48334833

4834-
//public bool hasMatchingAnnotations { get; set; }
4834+
public bool hasMatchingAnnotations { get; set; }
48354835
}
48364836

48374837
public class DatabaseUser

0 commit comments

Comments
 (0)