Skip to content

Commit 3ddfcca

Browse files
committed
default _syncEnabled to true
1 parent 2ac19e3 commit 3ddfcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSync/CSync/Lib/SyncedEntryBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public abstract class SyncedEntryBase
1010

1111
public abstract object? BoxedValueOverride { get; set; }
1212

13-
private bool _syncEnabled;
13+
private bool _syncEnabled = true;
1414
public bool SyncEnabled {
1515
get => _syncEnabled;
1616
set {

0 commit comments

Comments
 (0)