1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00

Also disabled auto-menu close for plugin mode

This commit is contained in:
Harshil Sharma 2023-01-19 11:26:30 +05:30
parent ace205ee94
commit 6762010258

View File

@ -94,6 +94,7 @@ const GlobalHeaderSettingsMenu = (props: Props) => {
name={intl.formatMessage({id: 'Sidebar.random-icons', defaultMessage: 'Random icons'})}
isOn={randomIcons}
onClick={async () => toggleRandomIcons()}
suppressItemClicked={true}
/>
{me?.is_guest !== true &&
<Menu.Text