This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,16 @@ const QuickSettingsButton = () => {
79
79
>
80
80
{ _t ( "People" ) }
81
81
</ 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
+ >
89
92
{ _t ( "More options" ) }
90
93
</ AccessibleButton >
91
94
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { Room } from "matrix-js-sdk/src/models/room";
20
20
import { MatrixEvent } from "matrix-js-sdk/src/models/event" ;
21
21
import { IRoomCapability } from "matrix-js-sdk/src/client" ;
22
22
import { logger } from "matrix-js-sdk/src/logger" ;
23
- import { sleep } from "matrix-js-sdk/src/utils" ;
24
23
25
24
import { AsyncStoreWithClient } from "../AsyncStoreWithClient" ;
26
25
import defaultDispatcher from "../../dispatcher/dispatcher" ;
You can’t perform that action at this time.
0 commit comments