export class ElectronConstants { static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray'; static readonly enableCloseToTrayKey: string = 'enableCloseToTray'; static readonly enableTrayKey: string = 'enableTray'; static readonly enableStartToTrayKey: string = 'enableStartToTrayKey'; static readonly enableAlwaysOnTopKey: string = 'enableAlwaysOnTopKey'; static readonly minimizeOnCopyToClipboardKey: string = 'minimizeOnCopyToClipboardKey'; static readonly enableBiometric: string = 'enabledBiometric'; static readonly enableBrowserIntegration: string = 'enableBrowserIntegration'; static readonly enableBrowserIntegrationFingerprint: string = 'enableBrowserIntegrationFingerprint'; static readonly alwaysShowDock: string = 'alwaysShowDock'; static readonly openAtLogin: string = 'openAtLogin'; static readonly noAutoPromptBiometricsText: string = 'noAutoPromptBiometricsText'; }