Skip to content

fix addButton crash in a specific behavior

jasonogg requested to merge jasonogg/libretorrent:patch-1 into master

How to reproduce this bug:

  1. open app;
  2. open Create Torrent Dialog;
  3. Click the add button directly;
  4. crash; because of the File Or Dir Path have not selected.

so, I add some code to fix this bug and add one string for error notice.

Your project is great!

by the way, I fixed a translate issus: string: creating_torrent_progress: fix …to …

Merge request reports