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

Commit

Permalink
Add configuration to save panel/interface necessity #112 #113
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed May 3, 2020
1 parent 083d3d6 commit 598a03f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guiscrcpy/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def __init__(self):
'paths': self.paths,
'scrcpy': None,
'adb': None,
'panels': {
'swipe': True,
'bottom': True,
'toolkit': True
},
'scrcpy-server': None,
'dimension': None,
'swtouches': False,
Expand Down

0 comments on commit 598a03f

Please sign in to comment.