Browse Source

Merge pull request #12567 from Chocobo1/icon

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

4
src/gui/optionsdialog.ui

@ -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…
Cancel
Save