mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Merge pull request #12567 from Chocobo1/icon
Reduce ambiguity for selecting icons
This commit is contained in:
commit
188f82d3be
@ -446,7 +446,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkCloseToSystray">
|
<widget class="QCheckBox" name="checkCloseToSystray">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>The systray icon will still be visible when closing the main window</string>
|
<string>The systray icon will still be visible when closing the main window</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string extracomment="The systray icon will still be visible when closing the main window">Close qBittorrent to notification area</string>
|
<string extracomment="The systray icon will still be visible when closing the main window">Close qBittorrent to notification area</string>
|
||||||
@ -471,12 +471,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Monochrome (Dark theme)</string>
|
<string>Monochrome (for dark theme)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Monochrome (Light theme)</string>
|
<string>Monochrome (for light theme)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user