Update windowSetupSignalHandlers & linux events

This commit is contained in:
Lea Anthony
2024-03-06 11:42:19 -06:00
committed by Travis McLane
parent 4467a1ffa2
commit bfa53dfd6c
12 changed files with 626 additions and 506 deletions
@@ -155,6 +155,9 @@ export const EventTypes = {
},
Linux: {
SystemThemeChanged: "linux:SystemThemeChanged",
WindowLoadChanged: "linux:WindowLoadChanged",
WindowDeleteEvent: "linux:WindowDeleteEvent",
ApplicationStartup: "linux:ApplicationStartup",
},
Common: {
ApplicationStarted: "common:ApplicationStarted",
@@ -155,6 +155,9 @@ export declare const EventTypes: {
},
Linux: {
SystemThemeChanged: string,
WindowLoadChanged: string,
WindowDeleteEvent: string,
ApplicationStartup: string,
},
Common: {
ApplicationStarted: string,