Skip to content

Commit 7a929b1

Browse files
Pesastenzek
authored andcommitted
Qt: Allow copying the version string from interface settings
1 parent 9fa42e2 commit 7a929b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/duckstation-qt/interfacesettingswidget.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>652</width>
10-
<height>483</height>
10+
<height>490</height>
1111
</rect>
1212
</property>
1313
<layout class="QVBoxLayout" name="verticalLayout">
@@ -193,8 +193,8 @@
193193
</item>
194194
<item row="1" column="1">
195195
<widget class="QLabel" name="autoUpdateCurrentVersion">
196-
<property name="text">
197-
<string/>
196+
<property name="textInteractionFlags">
197+
<set>Qt::TextInteractionFlag::TextSelectableByMouse</set>
198198
</property>
199199
</widget>
200200
</item>

0 commit comments

Comments
 (0)