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