Fixed an optional sync field issue

This commit is contained in:
MikeMaximus
2018-06-25 13:02:21 -06:00
parent f98a98af99
commit 039f91cd6f
2 changed files with 4 additions and 13 deletions
-3
View File
@@ -343,9 +343,6 @@ Public Class clsGame
If CleanFolder <> oGame.CleanFolder Then
Return False
End If
If AppendTimeStamp <> oGame.AppendTimeStamp Then
Return False
End If
If Hours <> oGame.Hours Then
Return False
End If
+4 -10
View File
@@ -1,20 +1,14 @@
Game Backup Monitor v1.1.2 Readme
Game Backup Monitor v1.1.3 Readme
http://mikemaximus.github.io/gbm-web/
gamebackupmonitor@gmail.com
June 7th, 2018
June 25th, 2018
New in 1.1.2
New in 1.1.3
All Platforms:
- Modified "Quick Filter" behavior on the Game Manager
- The game list now becomes disabled when typing in the Quick Filter and enabled only when the filter has finished running.
- When using the Quick Filter, the currently selected game will be automatically deselected.
- These changes prevent the Game Manager from entering an unstable state after using the Quick Filter.
- Fixed issue with the "Save Multiple Backups" setting always syncing even when disabled in "Optional Sync Fields"
Windows Only:
- Updated SQLite to v3.23.1
The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html