sync progress changes

add (if item count greater) for sync progress dialog
always show progress for full sync
This commit is contained in:
shaun 2016-07-03 13:26:11 +10:00
parent 46d73464bb
commit a911249840
4 changed files with 25 additions and 25 deletions

View file

@ -120,7 +120,7 @@ class Main():
import librarysync
lib = librarysync.LibrarySync()
if mode == "manualsync":
librarysync.ManualSync().sync(dialog=True)
librarysync.ManualSync().sync()
elif mode == "fastsync":
lib.startSync()
else: