mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
fix: rendering confirmation options
This commit is contained in:
@@ -46,7 +46,7 @@ class AsyncAction(QThread, ProcessWatcher):
|
||||
if msg:
|
||||
self.signal_output.emit(msg)
|
||||
|
||||
def show_message(self, title: str, body: str, type_: MessageType):
|
||||
def show_message(self, title: str, body: str, type_: MessageType = MessageType.INFO):
|
||||
self.signal_message.emit({'title': title, 'body': body, 'type': type_})
|
||||
|
||||
def notify_finished(self, res: object):
|
||||
|
||||
Reference in New Issue
Block a user