Skip to content

Commit

Permalink
Fix quick edit of target directory creating many folders (fix #2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Aug 21, 2020
1 parent 3814631 commit 4283a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/src/docks/settings-dock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<sender>lineFolder</sender>
<signal>textEdited(QString)</signal>
<receiver>SettingsDock</receiver>
<slot>save()</slot>
<slot>saveSettings()</slot>
<hints>
<hint type="sourcelabel">
<x>120</x>
Expand All @@ -209,5 +209,6 @@
<slot>save()</slot>
<slot>chooseFolder()</slot>
<slot>updateCompleters()</slot>
<slot>saveSettings()</slot>
</slots>
</ui>

0 comments on commit 4283a76

Please sign in to comment.