diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-07 14:30:37 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-07 14:30:37 -0400 |
| commit | 3e24f6ab0b373d8718e26a19ac296044cc0d19c6 (patch) | |
| tree | b87481dbe7895c2b14761193fce8a6422e452b75 /plugins/warp/ui/shared/fetchdialog.h | |
| parent | aafb1e7a4ce244b3f0aa25ac201dfbeeff2110e8 (diff) | |
[WARP] Improved fetch dialog UX
- Respects views fetch batch size and allowed tags
- Saves and loads from the view settings instead of qt settings
Diffstat (limited to 'plugins/warp/ui/shared/fetchdialog.h')
| -rw-r--r-- | plugins/warp/ui/shared/fetchdialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/warp/ui/shared/fetchdialog.h b/plugins/warp/ui/shared/fetchdialog.h index 37bfa0bb..a99eef19 100644 --- a/plugins/warp/ui/shared/fetchdialog.h +++ b/plugins/warp/ui/shared/fetchdialog.h @@ -45,13 +45,15 @@ private slots: void onAccept(); + void onReject(); + private: void populateContainers(); std::vector<Warp::SourceTag> collectTags() const; void runBatchedFetch(const std::optional<size_t> &containerIndex, - const std::vector<Warp::SourceTag> &tags, + const std::vector<Warp::SourceTag> &allowedTags, size_t batchSize, bool rerunMatcher); }; |
