Do not make the DNS notfication persistent

This commit is contained in:
Johannes Zellner
2017-04-07 17:08:52 +02:00
parent f16aab7f80
commit 3b8edd4896

View File

@@ -83,7 +83,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route',
var actionScope = $scope.$new(true);
actionScope.action = '/#/settings';
Client.notify('DNS Configuration', 'Please setup all required DNS records to guarantee correct mail delivery', true, 'info', actionScope);
Client.notify('DNS Configuration', 'Please setup all required DNS records to guarantee correct mail delivery', false, 'info', actionScope);
}
});
});