Fix interface syntax

This commit is contained in:
J. Ryan Stinnett 2021-04-26 14:07:45 +01:00
parent 3b39007a5d
commit 69fbfdc552

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