1
0

Auto-mount

This commit is contained in:
Scott E. Graves
2017-05-04 11:39:47 -05:00
parent a985f1823e
commit 9b078ba30a
6 changed files with 61 additions and 10 deletions

View File

@@ -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();