You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix interface syntax
This commit is contained in:
@@ -34,9 +34,9 @@ interface IState {
|
|||||||
alwaysShowMenuBar: boolean;
|
alwaysShowMenuBar: boolean;
|
||||||
minimizeToTraySupported: boolean;
|
minimizeToTraySupported: boolean;
|
||||||
minimizeToTray: boolean;
|
minimizeToTray: boolean;
|
||||||
autocompleteDelay: string,
|
autocompleteDelay: string;
|
||||||
readMarkerInViewThresholdMs: string,
|
readMarkerInViewThresholdMs: string;
|
||||||
readMarkerOutOfViewThresholdMs: string,
|
readMarkerOutOfViewThresholdMs: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
@replaceableComponent("views.settings.tabs.user.PreferencesUserSettingsTab")
|
@replaceableComponent("views.settings.tabs.user.PreferencesUserSettingsTab")
|
||||||
|
|||||||
Reference in New Issue
Block a user