]> git.scottworley.com Git - srec/blobdiff - srec.py
25.11: Formatting: nixfmt-classic → nixfmt-rfc-style
[srec] / srec.py
diff --git a/srec.py b/srec.py
index b3abee1e9ba0fa558211d8b419b87f369ffd1630..dc6aeffe02989c57f5fc96e59ed1c413e4fbc159 100644 (file)
--- a/srec.py
+++ b/srec.py
@@ -156,7 +156,7 @@ def make_button(label: str, action: Callable[[
 def make_share_control() -> Gtk.CheckButton:
     can_share = os.path.exists('/sys/module/v4l2loopback')
     control = Gtk.CheckButton(
-        label='Share Webcam', sensitive=can_share, active=can_share)
+        label='Share Webcam', sensitive=can_share)
     control.set_margin_start(20)
     return control