Fix to prevent loss of keys.dat when activating portable mode via settings dialog
This commit is contained in:
parent
86ce3de50d
commit
0f0fbe388f
|
@ -1801,6 +1801,7 @@ class MyForm(QtGui.QMainWindow):
|
|||
shared.sqlLock.acquire()
|
||||
shared.sqlSubmitQueue.put('movemessagstoprog')
|
||||
shared.sqlLock.release()
|
||||
shared.appdata = ''
|
||||
helper_config.saveConfig()
|
||||
# Write the knownnodes.dat file to disk in the new location
|
||||
shared.knownNodesLock.acquire()
|
||||
|
|
Reference in New Issue
Block a user