mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 11:27:29 +08:00
[O] enforce type for SetEntryValue and some comment and type chore
This commit is contained in:
@@ -6,7 +6,7 @@ public interface IConfig
|
||||
{
|
||||
public interface IEntryState
|
||||
{
|
||||
public bool IsDefault { get; set; }
|
||||
public bool IsDefault { get; }
|
||||
public object DefaultValue { get; }
|
||||
public object Value { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user