Revert prior changes and fix #186

This commit is contained in:
Michael J. Seiferling
2019-04-27 12:44:27 -06:00
parent b48be71acc
commit 11db38108e
5 changed files with 12 additions and 88 deletions
-10
View File
@@ -255,16 +255,6 @@ Public Class mgrSettings
End Set
End Property
ReadOnly Property BackupDriveFormat As String
Get
If mgrCommon.IsUnix Then
Return mgrCommon.GetBackupDriveFormatUnix(sBackupFolder)
Else
Return mgrCommon.GetBackupDriveFormatWindows(sBackupFolder)
End If
End Get
End Property
Property SyncFields As clsGame.eOptionalSyncFields
Get
Return eSyncFields