feat: notification where there is an update available for subscribed presets (#14121)

* feat: notification where there is an update available for subscribed presets

* add tracking set for updates available
This commit is contained in:
Ian Chua
2026-06-14 18:30:42 +08:00
committed by GitHub
parent fe0eafc02b
commit 2abfa512ef
2 changed files with 59 additions and 34 deletions

View File

@@ -544,7 +544,7 @@ public:
// Bundle subscription sync
void check_bundle_updates();
void sync_bundle(std::string bundle_id, std::string version);
int sync_bundle(std::string bundle_id, std::string version);
bool unsubscribe_bundle(const std::string& id);
void update_single_bundle(wxCommandEvent& evt);