default about page to enabled

This commit is contained in:
RaidMax 2021-10-10 10:57:27 -05:00
parent 74bb3da459
commit 5b3420b97a

View File

@ -31,7 +31,7 @@ namespace SharedLibraryCore.Configuration
} }
}; };
public bool IsEnabled { get; set; } public bool IsEnabled { get; set; } = true;
} }
public class SocialAccountConfiguration public class SocialAccountConfiguration