feat: add desktop repo (#1071)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const CommandLineArgs = {
|
||||
Testing: '--testing-INSECURE',
|
||||
UserDataPath: '--experimental-user-data-path',
|
||||
}
|
||||
14
packages/desktop/app/javascripts/Shared/IpcMessages.ts
Normal file
14
packages/desktop/app/javascripts/Shared/IpcMessages.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export enum MessageToWebApp {
|
||||
UpdateAvailable = 'update-available',
|
||||
PerformAutomatedBackup = 'download-backup',
|
||||
FinishedSavingBackup = 'finished-saving-backup',
|
||||
WindowBlurred = 'window-blurred',
|
||||
WindowFocused = 'window-focused',
|
||||
InstallComponentComplete = 'install-component-complete',
|
||||
}
|
||||
|
||||
export enum MessageToMainProcess {
|
||||
UseLocalstorageForKeychain = 'UseLocalstorageForKeychain',
|
||||
LearnMoreAboutKeychainAccess = 'LearnMoreAboutKeychainAccess',
|
||||
Quit = 'Quit',
|
||||
}
|
||||
Reference in New Issue
Block a user