mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-25 00:38:33 -05:00
Added msg in log when update finishes
This commit is contained in:
parent
c5e2661254
commit
3416780ff5
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user