Explorar o código

[core] Disable Hue 4 Welcome Tour display

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
f54d0e23fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 1
desktop/core/src/desktop/templates/hue.mako

@@ -470,7 +470,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
       }
     };
 
-    % if is_demo or not user_preferences.get(PREFERENCE_IS_WELCOME_TOUR_SEEN):
+    % if False and (is_demo or not user_preferences.get(PREFERENCE_IS_WELCOME_TOUR_SEEN)):
       $(document).on('keyup', closeTourOnEsc);
       $(document).on('click', '.shepherd-backdrop', tour.cancel);
       tour.start();