mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
gui: Replace "Hide tray icon" option with positive "Show tray icon" one
This change makes easier both (1) using this option, and (2) reasoning about the code.
This commit is contained in:
@@ -568,12 +568,15 @@
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_Window">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hideTrayIcon">
|
||||
<widget class="QCheckBox" name="showTrayIcon">
|
||||
<property name="toolTip">
|
||||
<string>Hide the icon from the system tray.</string>
|
||||
<string>Show the icon in the system tray.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Hide tray icon</string>
|
||||
<string>&Show tray icon</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user