def make_share_control() -> Gtk.CheckButton:
can_share = os.path.exists('/sys/module/v4l2loopback')
control = Gtk.CheckButton(
def make_share_control() -> Gtk.CheckButton:
can_share = os.path.exists('/sys/module/v4l2loopback')
control = Gtk.CheckButton(
app = Gtk.Application(application_id='net.chkno.srec')
app.connect('activate', on_activate)
app.run(None)
app = Gtk.Application(application_id='net.chkno.srec')
app.connect('activate', on_activate)
app.run(None)