1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

default about page to enabled

This commit is contained in:
RaidMax
2021-10-10 10:57:27 -05:00
parent 9cfaef2ce5
commit dc3effe697

View File

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