* Hide tutorial buttonn when in tutorial mode.

This commit is contained in:
wangxuepeng
2023-11-07 11:04:06 +08:00
parent be295e3096
commit 42b2c497b4
2 changed files with 43 additions and 24 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ panel
(
set('class', 'panel-title w-full justify-between'),
$block->title,
a(
!commonModel::isTutorialMode() ? a(
set(
array(
'href' => createLink('tutorial', 'start'),
@@ -109,7 +109,7 @@ panel
)
),
$lang->block->tutorial
)
) : null
)
),
div