GH-1312 - Update title when running a plugin (#1317)
* Update title when running a plugin * Update webapp/src/pages/boardPage.tsx Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
This commit is contained in:
parent
6c6351dae8
commit
cbfb4cb36f
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ const BoardPage = (props: Props) => {
|
|||
title += ` | ${activeView.title}`
|
||||
}
|
||||
document.title = title
|
||||
} else if (Utils.isFocalboardPlugin()) {
|
||||
document.title = 'Boards - Mattermost'
|
||||
} else {
|
||||
document.title = 'Focalboard'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue