Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: semantic error when reading the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Nov 10, 2020
1 parent 8f1b1b8 commit c70fe71
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions guiscrcpy/launcher.py
Expand Up @@ -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())
Expand Down

0 comments on commit c70fe71

Please sign in to comment.