fix: move to trash not reload current item

This commit is contained in:
2024-07-31 20:21:10 +08:00
parent c2226ef5c7
commit 2bca7bd691
2 changed files with 7 additions and 7 deletions

View File

@ -44,7 +44,7 @@ public:
void clearGallery();
void galleryPrev();
void galleryNext();
void galleryCurrent(bool showLoadImageHintWhenEmpty);
void galleryCurrent(bool showLoadImageHintWhenEmpty, bool reloadImage);
static QStringList supportedImageFormats();