diff --git a/guiscrcpy/launcher.py b/guiscrcpy/launcher.py index 742d776e..fd63fcd3 100644 --- a/guiscrcpy/launcher.py +++ b/guiscrcpy/launcher.py @@ -176,12 +176,6 @@ def __init__(self, cfgmgr, adb, scrcpy, force_window_frame=False, except Exception as err: log(f"Exception: flaglineedit.text(config[extra]) {err}") - # set swipe instance, bottom instance and - # side instance as enabled by default - self.check_swipe_panel.setChecked(True) - self.check_bottom_panel.setChecked(True) - self.check_side_panel.setChecked(True) - self.quit.clicked.connect(self.quit_window) self.dimensionText.setText("DEFAULT") config['bitrate'] = int(self.dial.value())