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:
parent
ace205ee94
commit
6762010258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user