We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_syncEnabled
true
1 parent 2ac19e3 commit 3ddfccaCopy full SHA for 3ddfcca
CSync/CSync/Lib/SyncedEntryBase.cs
@@ -10,7 +10,7 @@ public abstract class SyncedEntryBase
10
11
public abstract object? BoxedValueOverride { get; set; }
12
13
- private bool _syncEnabled;
+ private bool _syncEnabled = true;
14
public bool SyncEnabled {
15
get => _syncEnabled;
16
set {
0 commit comments