fix: Disable translatable property of proxy_scheme's items

fix #552
This commit is contained in:
parhelia512 2025-07-29 21:10:08 +08:00 committed by GitHub
parent 4c937efc58
commit fd81931a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,17 +111,17 @@
<widget class="QComboBox" name="proxy_scheme">
<item>
<property name="text">
<string>{ip}:{port}</string>
<string notr="true">{ip}:{port}</string>
</property>
</item>
<item>
<property name="text">
<string>http://{ip}:{port}</string>
<string notr="true">http://{ip}:{port}</string>
</property>
</item>
<item>
<property name="text">
<string>socks={ip}:{port}</string>
<string notr="true">socks={ip}:{port}</string>
</property>
</item>
</widget>