Update UI when play_all option is changed.Fix return value check.Add 'Play All' to dvd menu preview.
This commit is contained in:
parent
a9b8d4bb2b
commit
516ae862b4
3 changed files with 18 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue