X-Git-Url: http://git.scottworley.com/srec/blobdiff_plain/aea97a2a113605028062f7feb76860bd38383d71..fd4597bac82be8bb8430e95009af05abdcbb06bd:/srec.py?ds=inline diff --git a/srec.py b/srec.py index b3abee1..dc6aeff 100644 --- 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