This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,16 @@ const QuickSettingsButton = () => {
7979 >
8080 { _t ( "People" ) }
8181 </ StyledCheckbox >
82- < AccessibleButton className = "mx_QuickSettingsButton_moreOptionsButton" onClick = { ( ) => {
83- closeMenu ( ) ;
84- defaultDispatcher . dispatch ( {
85- action : Action . ViewUserSettings ,
86- initialTabId : UserTab . Sidebar ,
87- } ) ;
88- } } >
82+ < AccessibleButton
83+ className = "mx_QuickSettingsButton_moreOptionsButton"
84+ onClick = { ( ) => {
85+ closeMenu ( ) ;
86+ defaultDispatcher . dispatch ( {
87+ action : Action . ViewUserSettings ,
88+ initialTabId : UserTab . Sidebar ,
89+ } ) ;
90+ } }
91+ >
8992 { _t ( "More options" ) }
9093 </ AccessibleButton >
9194
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { Room } from "matrix-js-sdk/src/models/room";
2020import { MatrixEvent } from "matrix-js-sdk/src/models/event" ;
2121import { IRoomCapability } from "matrix-js-sdk/src/client" ;
2222import { logger } from "matrix-js-sdk/src/logger" ;
23- import { sleep } from "matrix-js-sdk/src/utils" ;
2423
2524import { AsyncStoreWithClient } from "../AsyncStoreWithClient" ;
2625import defaultDispatcher from "../../dispatcher/dispatcher" ;
You can’t perform that action at this time.
0 commit comments