File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -424,8 +424,8 @@ export interface AccountDropdownPortfolioClicked {
424
424
sensitiveProperties ?: never
425
425
}
426
426
427
- export interface MainWindowClosed {
428
- event : 'Main Window Closed '
427
+ export interface HyperPlayExited {
428
+ event : 'HyperPlay Exited '
429
429
properties ?: never
430
430
sensitiveProperties ?: never
431
431
}
@@ -473,6 +473,6 @@ export type PossibleMetricPayloads =
473
473
| PatchingFailed
474
474
| PatchingTooSlow
475
475
| AccountDropdownPortfolioClicked
476
- | MainWindowClosed
476
+ | HyperPlayExited
477
477
478
478
export type PossibleMetricEventNames = PossibleMetricPayloads [ 'event' ]
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ async function handleExit() {
261
261
// Kill all child processes
262
262
callAllAbortControllers ( )
263
263
}
264
- trackEvent ( { event : 'Main Window Closed ' } )
264
+ trackEvent ( { event : 'HyperPlay Exited ' } )
265
265
app . exit ( )
266
266
}
267
267
You can’t perform that action at this time.
0 commit comments