Skip to content

Commit

Permalink
style: update electron action type
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Nov 7, 2020
1 parent e059e73 commit fb206b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/electron/event/action-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export const enum Action {
MINIMIZE_WINDOW = 'MINIMIZE_WINDOW',
MAXIMIZE_WINDOW = 'MAXIMIZE_WINDOW',
RESTORE_WINDOW = 'RESTORE_WINDOW',
CLOSE_WINDOW = 'CLOSE_WINDOW'
CLOSE_WINDOW = 'CLOSE_WINDOW',
CREATE_WINDOW = 'CREATE_WINDOW'
}

0 comments on commit fb206b1

Please sign in to comment.