- Made readonly readonly.
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ public class SettingsEntryRegistrar : ISettingsRegistrationProvider
|
|||||||
|| valueChangePredicate.Invoke(newValue);
|
|| valueChangePredicate.Invoke(newValue);
|
||||||
#else
|
#else
|
||||||
// Server has absolute authority.
|
// Server has absolute authority.
|
||||||
return true;
|
return !info.Element.GetAttributeBool("ReadOnly", false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user