make text in status bar selectable
This commit is contained in:
@@ -87,7 +87,7 @@ class KrowLogPlugin(PluginBase):
|
||||
def update_status_bar(self, text: str):
|
||||
if not self.main_window:
|
||||
return
|
||||
self.main_window.status_bar.showMessage(text)
|
||||
self.main_window.status_bar_text.setText(text)
|
||||
|
||||
def update_ui(self):
|
||||
self.main_window.update()
|
||||
|
||||
Reference in New Issue
Block a user