mirror of https://github.com/vector-im/riot-web
Fix interface syntax
parent
3b39007a5d
commit
69fbfdc552
|
@ -34,9 +34,9 @@ interface IState {
|
|||
alwaysShowMenuBar: boolean;
|
||||
minimizeToTraySupported: boolean;
|
||||
minimizeToTray: boolean;
|
||||
autocompleteDelay: string,
|
||||
readMarkerInViewThresholdMs: string,
|
||||
readMarkerOutOfViewThresholdMs: string,
|
||||
autocompleteDelay: string;
|
||||
readMarkerInViewThresholdMs: string;
|
||||
readMarkerOutOfViewThresholdMs: string;
|
||||
}
|
||||
|
||||
@replaceableComponent("views.settings.tabs.user.PreferencesUserSettingsTab")
|
||||
|
|
Loading…
Reference in New Issue