Cleaned up changes for issue #73
This commit is contained in:
@@ -938,7 +938,7 @@ Public Class frmMain
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub QueueSyncWatcher() Handles oFileWatcher.Changed
|
Private Sub QueueSyncWatcher() Handles oFileWatcher.Changed
|
||||||
tmFileWatcherQueue.Enabled = True
|
tmFileWatcherQueue.Stop()
|
||||||
tmFileWatcherQueue.Interval = 30000
|
tmFileWatcherQueue.Interval = 30000
|
||||||
tmFileWatcherQueue.Start()
|
tmFileWatcherQueue.Start()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -952,7 +952,6 @@ Public Class frmMain
|
|||||||
End If
|
End If
|
||||||
CheckForNewBackups()
|
CheckForNewBackups()
|
||||||
StartSyncWatcher()
|
StartSyncWatcher()
|
||||||
tmFileWatcherQueue.Enabled = False
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub SyncGameSettings()
|
Private Sub SyncGameSettings()
|
||||||
|
|||||||
Reference in New Issue
Block a user