Restore main window on error message

This commit is contained in:
Scott E. Graves
2019-06-04 15:20:34 -05:00
parent 18aa23c5d8
commit 7aa17de4be
5 changed files with 21 additions and 1 deletions

View File

@@ -111,6 +111,8 @@ exports.IPC_Mount_Drive_Reply = 'mount_drive_reply';
exports.IPC_Save_State = 'save_state';
exports.IPC_Show_Window = 'show_window';
exports.IPC_Set_Config_Values = 'set_config_values';
exports.IPC_Set_Config_Values_Reply = 'set_config_values_reply';