Auto-mount
This commit is contained in:
@@ -345,7 +345,8 @@
|
||||
'RpcPort': getValue('ID_Settings_RpcPort'),
|
||||
'LaunchFileMgrOnMount': getChecked('ID_Settings_LaunchFileMgrOnMount'),
|
||||
'CloseToTray': getChecked('ID_Settings_CloseToTray'),
|
||||
'StoreUnlockPassword': getChecked('ID_Settings_StoreUnlockPassword')
|
||||
'StoreUnlockPassword': getChecked('ID_Settings_StoreUnlockPassword'),
|
||||
'AutoMountOnUnlock': getChecked('ID_Settings_AutoMountOnUnlock')
|
||||
}, (success, reason) => {
|
||||
if (success) {
|
||||
beginMainApplication();
|
||||
|
Reference in New Issue
Block a user