fix: only show screenrec when recording
This commit is contained in:
@@ -28,6 +28,7 @@ class ScreenrecWidget(Button):
|
||||
visible=False,
|
||||
**kwargs,
|
||||
)
|
||||
self.set_no_show_all(True)
|
||||
|
||||
self._service.connect("recording-changed", self._on_recording_changed)
|
||||
if self._service.recording:
|
||||
|
||||
Reference in New Issue
Block a user