Remove dialog from GUI play (only when rendering)

pull/357/head
nyanpasu64 2018-12-11 09:02:49 -08:00
rodzic 305c49043e
commit c479961dd8
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -86,10 +86,7 @@ class MainWindow(qw.QMainWindow):
def on_action_play(self):
""" Launch ovgen and ffplay. """
# FIXME remove dialog from play
dlg = OvgenProgressDialog(self)
arg = self._get_args([FFplayOutputConfig()], dlg)
arg = self._get_args([FFplayOutputConfig()])
error_msg = 'Cannot play, another play/render is active'
self.play_thread(arg, error_msg)