Skip to content

Commit

Permalink
suppress binding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbaur committed Nov 25, 2024
1 parent aa51eb1 commit b53ef3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controls/MainHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class MainHandler
{

//Config
public static string BuildVersion = "1.2.9.8";
public static string BuildVersion = "1.2.9.9";
public static MEDIABACKEND MediaBackend = (Properties.Settings.Default.MediaBackend == "Hardware") ? MEDIABACKEND.MEDIAKIT : MEDIABACKEND.MEDIA;
public static bool ENABLE_PYTHON = Properties.Settings.Default.EnablePython;
public static bool ENABLE_LIGHTNING = Properties.Settings.Default.EnableLightning;
Expand Down
2 changes: 1 addition & 1 deletion Database/DatabaseHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4831,7 +4831,7 @@ public override string ToString()
return Name;
}

//public bool hasMatchingAnnotations { get; set; }
public bool hasMatchingAnnotations { get; set; }
}

public class DatabaseUser
Expand Down

0 comments on commit b53ef3d

Please sign in to comment.