Skip to content

Commit

Permalink
fix: can't select directory in unwind->sysroot
Browse files Browse the repository at this point in the history
Sysroot is usually a directory so it should be selectable
fixes: #645
  • Loading branch information
lievenhey authored and milianw committed May 27, 2024
1 parent e291eef commit f6a4e8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/unwindsettingspage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>556</width>
<width>564</width>
<height>656</height>
</rect>
</property>
Expand All @@ -22,6 +22,9 @@
<property name="toolTip">
<string>Path to the sysroot. Leave empty to use the local machine.</string>
</property>
<property name="mode">
<set>KFile::Directory|KFile::ExistingOnly|KFile::LocalOnly</set>
</property>
<property name="placeholderText">
<string>local machine</string>
</property>
Expand Down

0 comments on commit f6a4e8f

Please sign in to comment.