1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-24 16:28:30 -05: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
commit ddb4af9772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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