Skip to content

Commit

Permalink
fix custom dsdl title lost
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibean committed Dec 5, 2024
1 parent ff2a018 commit a4658a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dronecan_gui_tool/setup_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def run_setup_window(icon, dsdl_path=None):

signing_key = PasswordEdit(win)

dir_selection = directory_selection.DirectorySelectionWidget(win, dsdl_path, directory_only=True)
dir_selection = directory_selection.DirectorySelectionWidget(win, 'Location of custom DSDL definitions [optional]', dsdl_path, directory_only=True)

ok = QPushButton('OK', win)

Expand Down

0 comments on commit a4658a3

Please sign in to comment.