Fix double tooltip on collapsed Quick Settings button (#33923)

* Fix double tooltip on collapsed Quick Settings button

* Update snapshot
This commit is contained in:
Michael Telatynski
2026-06-22 10:31:48 +00:00
committed by GitHub
parent 02ab1943a1
commit 1a3d5bbfff
2 changed files with 0 additions and 2 deletions
@@ -144,7 +144,6 @@ const QuickSettingsButton: React.FC<{
aria-label={_t("quick_settings|title")}
className={classNames("mx_QuickSettingsButton", { expanded: !isPanelCollapsed })}
onClick={openMenu}
title={isPanelCollapsed ? _t("quick_settings|title") : undefined}
ref={handle}
aria-expanded={!isPanelCollapsed}
>