We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f9e87 + c118791 commit 541152aCopy full SHA for 541152a
1 file changed
backend/drawables/Link.cs
@@ -10,6 +10,7 @@ public class Link
10
public bool ntv_error { get; set; }
11
12
13
+
14
public Link(string source, string target, bool ntv_error = false)
15
{
16
this.source = source;
0 commit comments