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

Commit

Permalink
feat: ability to add five-digit port number (#224)
Browse files Browse the repository at this point in the history
In MIUI 12 (Android 11) there is a wireless debugging option, the length of the port number that generated by the system is five.
  • Loading branch information
runo280 authored Mar 7, 2021
1 parent 151f8d2 commit 815dd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guiscrcpy/ui/network.ui
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<number>1000</number>
</property>
<property name="maximum">
<number>9999</number>
<number>99999</number>
</property>
<property name="value">
<number>5555</number>
Expand Down

1 comment on commit 815dd34

@vercel
Copy link

@vercel vercel bot commented on 815dd34 Mar 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.