Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
electron constants
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed May 5, 2018
1 parent 61e13da commit c6c5dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/electron/electronConstants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export class ElectronConstants {
static readonly enableMinimizeToTrayKey: string = 'enableMinimizeToTray';
static readonly enableTrayKey: string = 'enableTray';
}

0 comments on commit c6c5dd6

Please sign in to comment.