mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
ui:renamed daemon version label for better clarity
The GUI and daemon versions are displayed in 2 different locations: - ui: in the title of the main window. - daemon: in the lower right corner. Now instead of showing the daemon version as "Version: x.y.z", we show "Daemon version: x.y.z". Closes: #1278
This commit is contained in:
parent
acf7c653af
commit
d46f1562ff
1 changed files with 1 additions and 1 deletions
|
@ -2275,7 +2275,7 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Version</string>
|
<string>Daemon version</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||||
|
|
Loading…
Add table
Reference in a new issue