예제 #1
0
파일: dialogs.py 프로젝트: dacp17/lutris
    def __init__(self):
        runtime.update()
        self.downloader = runtime.get_downloader()

        DownloadDialog.__init__(
            self,
            title="Updating runtime",
            label="Downloading Lutris Runtime",
            downloader=self.downloader,
        )
예제 #2
0
 def update_runtime(self):
     cancellables = runtime.update(self.set_status)
     self.threads_stoppers += cancellables