mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 22:04:15 +02:00
verifying warning after a gem is enabled
This commit is contained in:
@@ -335,6 +335,9 @@ class ManageWindow(QWidget):
|
||||
if not self.thread_warnings.isFinished():
|
||||
self.thread_warnings.start()
|
||||
|
||||
def verify_warnings(self):
|
||||
self.thread_warnings.start()
|
||||
|
||||
def _show_installed(self):
|
||||
if self.pkgs_installed:
|
||||
self.finish_action()
|
||||
|
||||
Reference in New Issue
Block a user