CSL.SettingsHandler.GetDisableNotifications C# (CSharp) Method

GetDisableNotifications() public static method

public static GetDisableNotifications ( ) : bool
return bool
        public static bool GetDisableNotifications()
        {
            return settings.DisableNotifications;
        }