* [bug#55341] Hide the button of action commit in history on tutorial.

This commit is contained in:
xieqiyu
2024-09-14 10:31:37 +08:00
committed by 胡方舟
parent 1901db8267
commit 8fea64ca2c
+1 -1
View File
@@ -107,7 +107,7 @@ class history extends wg
set::title($title),
$canEditComment ? set::editCommentUrl($editCommentUrl) : null,
$canComment ? set::commentUrl($commentUrl) : null,
set::commentBtn($canComment ? $commentBtn : false),
set::commentBtn($canComment && !common::isTutorialMode() ? $commentBtn : false),
set($this->getRestProps())
);
}