ToggleStream: Hide error if it has been solved

This commit is contained in:
Core447 2024-06-05 20:22:43 +02:00
parent c35499cbe6
commit 24ed6eda83
No known key found for this signature in database
GPG Key ID: 5B97C0BD62F98516
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class ToggleStream(OBSActionBase):
self.current_state = -1 self.current_state = -1
self.show_error() self.show_error()
return return
self.hide_error()
if status["active"]: if status["active"]:
if status["reconnecting"]: if status["reconnecting"]:
self.show_for_state(2) self.show_for_state(2)