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

implement admin "privacy" for issue #185

This commit is contained in:
RaidMax
2021-01-09 12:37:20 -06:00
parent 0387b6bd23
commit f984d509b3
6 changed files with 60 additions and 13 deletions

View File

@ -134,6 +134,7 @@ namespace SharedLibraryCore
ViewBag.Localization = Utilities.CurrentLocalization.LocalizationIndex;
ViewBag.CustomBranding = Manager.GetApplicationSettings().Configuration().WebfrontCustomBranding ?? "IW4MAdmin";
ViewBag.EnableColorCodes = Manager.GetApplicationSettings().Configuration().EnableColorCodes;
ViewBag.EnablePrivilegedUserPrivacy = Manager.GetApplicationSettings().Configuration().EnablePrivilegedUserPrivacy;
base.OnActionExecuting(context);
}