Browse Source

Merge pull request #12567 from Chocobo1/icon

Reduce ambiguity for selecting icons
adaptive-webui-19844
Mike Tzou 4 years ago committed by GitHub
parent
commit
188f82d3be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/gui/optionsdialog.ui

6
src/gui/optionsdialog.ui

@ -446,7 +446,7 @@ @@ -446,7 +446,7 @@
<item>
<widget class="QCheckBox" name="checkCloseToSystray">
<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 name="text">
<string extracomment="The systray icon will still be visible when closing the main window">Close qBittorrent to notification area</string>
@ -471,12 +471,12 @@ @@ -471,12 +471,12 @@
</item>
<item>
<property name="text">
<string>Monochrome (Dark theme)</string>
<string>Monochrome (for dark theme)</string>
</property>
</item>
<item>
<property name="text">
<string>Monochrome (Light theme)</string>
<string>Monochrome (for light theme)</string>
</property>
</item>
</widget>

Loading…
Cancel
Save