mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ui, ruleseditor: fixed crash on old distros
placeHolder is not supported for Combos on old PyQt versions, and we're not using it anyway.
This commit is contained in:
parent
fb7e84941f
commit
2b9b9ab166
1 changed files with 0 additions and 6 deletions
|
@ -654,9 +654,6 @@ Note: Commas or spaces are not allowed to separate IPs or networks.</string>
|
|||
<property name="currentText">
|
||||
<string notr="true">LAN</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>LAN</string>
|
||||
|
@ -777,9 +774,6 @@ Note: Commas or spaces are not allowed to separate IPs or networks.</string>
|
|||
<property name="currentText">
|
||||
<string notr="true">LAN</string>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string notr="true">LAN</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue