1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2025-07-06 05:34:36 -04:00

Merge pull request #2 from Melon-Bread/gui

Added msg in log when update finishes
This commit is contained in:
Melon Bread
2019-04-04 23:47:13 -04:00
committed by GitHub

View File

@ -100,6 +100,8 @@ class GrabThread(QThread):
archive.extractall(_location)
self.add_to_log.emit('Extracted {} ...'.format(file))
self.add_to_log.emit('\nAll Cores Updated\n')
class Form(QDialog):
def __init__(self, parent=None):