refactor: remove ensureConnection method and update MediaPreviewDialog for image loading

This commit is contained in:
uncor3
2025-09-14 00:36:32 +00:00
parent 9fbe1b5f45
commit ef6ad480a0
6 changed files with 74 additions and 96 deletions
-1
View File
@@ -52,7 +52,6 @@ private:
const char *local_path);
int import_file_to_device(afc_client_t afc, const char *device_path,
const char *local_path);
bool ensureConnection();
};
#endif // FILEEXPLORERWIDGET_H