fix: subscription link should be read-only

This commit is contained in:
DuckSoft 2020-07-04 13:29:13 +08:00
parent 862185c8b7
commit 1013534c14
No known key found for this signature in database
GPG Key ID: 7A3A9FA6E4FD4A8D

View File

@ -428,7 +428,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="groupSubsLinkTxt"/>
<widget class="QLineEdit" name="groupSubsLinkTxt">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>