mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
qt: fixes #1582
This commit is contained in:
parent
ca78601ada
commit
9c6e3ff1d7
1 changed files with 5 additions and 0 deletions
|
@ -495,6 +495,11 @@ QGroupBox::title {
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="logLevelComboBox">
|
<widget class="QComboBox" name="logLevelComboBox">
|
||||||
|
<item>
|
||||||
|
<property name="text">
|
||||||
|
<string>None</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Error</string>
|
<string>Error</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue