Update UI when play_all option is changed.Fix return value check.Add 'Play All' to dvd menu preview.

This commit is contained in:
glenntanner3 2015-04-29 17:04:19 -04:00
parent a9b8d4bb2b
commit 516ae862b4
3 changed files with 18 additions and 4 deletions

View file

@ -525,7 +525,7 @@ class devede_project:
start_with_menu = True
else:
start_with_menu = False
if (self.menu.play_all == "menu_show_at_startup"):
if (self.menu.play_all == "menu_play_all"):
play_all_opt = True
else:
play_all_opt = False