mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2025-07-06 05:34:36 -04:00
Added msg in log when update finishes
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user