Fix interface syntax

pull/21833/head
J. Ryan Stinnett 2021-04-26 14:07:45 +01:00
parent 3b39007a5d
commit 69fbfdc552
1 changed files with 3 additions and 3 deletions

View File

@ -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")