add option to toggle about page/make some checks on displayed rules
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
namespace SharedLibraryCore.Configuration
|
||||
using System.Linq;
|
||||
|
||||
namespace SharedLibraryCore.Configuration
|
||||
{
|
||||
public class CommunityInformationConfiguration
|
||||
{
|
||||
@ -28,6 +30,8 @@
|
||||
IconUrl = "https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/youtube.svg"
|
||||
}
|
||||
};
|
||||
|
||||
public bool IsEnabled { get; set; }
|
||||
}
|
||||
|
||||
public class SocialAccountConfiguration
|
||||
|
Reference in New Issue
Block a user