Fixed an optional sync field issue
This commit is contained in:
@@ -343,9 +343,6 @@ Public Class clsGame
|
|||||||
If CleanFolder <> oGame.CleanFolder Then
|
If CleanFolder <> oGame.CleanFolder Then
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
If AppendTimeStamp <> oGame.AppendTimeStamp Then
|
|
||||||
Return False
|
|
||||||
End If
|
|
||||||
If Hours <> oGame.Hours Then
|
If Hours <> oGame.Hours Then
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
|
|||||||
+4
-10
@@ -1,20 +1,14 @@
|
|||||||
Game Backup Monitor v1.1.2 Readme
|
Game Backup Monitor v1.1.3 Readme
|
||||||
http://mikemaximus.github.io/gbm-web/
|
http://mikemaximus.github.io/gbm-web/
|
||||||
gamebackupmonitor@gmail.com
|
gamebackupmonitor@gmail.com
|
||||||
|
|
||||||
June 7th, 2018
|
June 25th, 2018
|
||||||
|
|
||||||
New in 1.1.2
|
New in 1.1.3
|
||||||
|
|
||||||
All Platforms:
|
All Platforms:
|
||||||
|
|
||||||
- Modified "Quick Filter" behavior on the Game Manager
|
- Fixed issue with the "Save Multiple Backups" setting always syncing even when disabled in "Optional Sync Fields"
|
||||||
- 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.
|
|
||||||
|
|
||||||
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
|
The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html
|
||||||
Reference in New Issue
Block a user