You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
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:
@ -131,6 +131,8 @@ const BoardPage = (props: Props) => {
|
|||||||
title += ` | ${activeView.title}`
|
title += ` | ${activeView.title}`
|
||||||
}
|
}
|
||||||
document.title = title
|
document.title = title
|
||||||
|
} else if (Utils.isFocalboardPlugin()) {
|
||||||
|
document.title = 'Boards - Mattermost'
|
||||||
} else {
|
} else {
|
||||||
document.title = 'Focalboard'
|
document.title = 'Focalboard'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user