Selaa lähdekoodia

[core] Disable Hue 4 Welcome Tour display

Romain Rigaux 4 vuotta sitten
vanhempi
commit
f54d0e23fa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();