chore(react/global_menu): disable auto-show

This commit is contained in:
Elian Doran 2025-08-29 18:50:21 +03:00
parent 753f1dc7b6
commit 4074929c6b
No known key found for this signature in database

View File

@ -37,7 +37,6 @@ export default function GlobalMenu({ isHorizontalLayout }: { isHorizontalLayout:
<span className="bx bx-sync global-menu-button-update-available-button" title={t("update_available.update_available")}></span>
</div>}
</>}
forceShown
>
<MenuItem command="openNewWindow" icon="bx bx-window-open" text={t("global_menu.open_new_window")} />