Auto-mount
This commit is contained in:
@@ -179,10 +179,11 @@
|
||||
<div class="hidden-element" id="sia_settings_window">
|
||||
<div class="box" id="sia_settings">
|
||||
<h1>General Settings</h1>
|
||||
<input type="checkbox" id="ID_Settings_LockWalletOnExit"> Lock wallet on exit<br><br>
|
||||
<input type="checkbox" id="ID_Settings_AutoMountOnUnlock"> Auto-mount last location<br><br>
|
||||
<input type="checkbox" id="ID_Settings_AutoStartOnLogon"> Auto-start on logon<br><br>
|
||||
<input type="checkbox" id="ID_Settings_LaunchFileMgrOnMount"> Launch file manager on mount<br><br>
|
||||
<input type="checkbox" id="ID_Settings_CloseToTray"> Close to system tray<br><br>
|
||||
<input type="checkbox" id="ID_Settings_LaunchFileMgrOnMount"> Launch file manager on mount<br><br>
|
||||
<input type="checkbox" id="ID_Settings_LockWalletOnExit"> Lock wallet on exit<br><br>
|
||||
<input type="checkbox" id="ID_Settings_StoreUnlockPassword"> Store unlock password<br><br>
|
||||
<input type="checkbox" id="ID_Settings_LaunchBundledSiad"> Use bundled siad<br><br>
|
||||
<h1>API Port</h1>
|
||||
|
@@ -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