* feat: Make saving the configuration more robust * parse backup user config before return * fix some bug * Add write-userconfig.js and invalid-config.bin * throw exception if failed user config parsing * Merge branch 'master' into feat-467-make-save-more-robust * hide keymaps and macros if agent in restore mode * fix Device name settings
11 lines
380 B
TypeScript
11 lines
380 B
TypeScript
export * from './command-line-args';
|
|
export * from './notification';
|
|
export * from './ipc-response';
|
|
export * from './app-start-info';
|
|
export * from './configuration-reply';
|
|
export * from './version-information';
|
|
export * from './device-connection-state';
|
|
export * from './hardware-modules';
|
|
export * from './hardware-module-info';
|
|
export * from './save-user-configuration-data';
|