make loading screen tip presence configurable

This commit is contained in:
ansuz
2017-12-21 18:09:49 +01:00
parent 892dfb18f7
commit c0b5dc7536
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ define(function() {
*/
config.notificationTimeout = 5000;
config.disableUserlistNotifications = false;
config.hideLoadingScreenTips = false;
config.enablePinning = true;