Browse Source

Make the title label selectable

And therefore its text is copyable.
adaptive-webui-19844
Chocobo1 1 year ago
parent
commit
43e3d0b4b2
  1. 3
      src/gui/aboutdialog.ui

3
src/gui/aboutdialog.ui

@ -25,6 +25,9 @@
<property name="text"> <property name="text">
<string notr="true">qBittorrent</string> <string notr="true">qBittorrent</string>
</property> </property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>

Loading…
Cancel
Save