Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cannot reconnect to server after unmounting FTP without closing …
…file manager When using finished signal to trigger close(), the close event was being filtered by QDialogPrivate::close()'s event filter. Changed to use buttonClicked signal instead which is emitted before the filter is installed. log: This fixes the issue where closeEvent was not being triggered properly when closing the dialog. bug: https://pms.uniontech.com/bug-view-301837.html
- Loading branch information