Guard the don't-remind command parse and init the checker index

This commit is contained in:
SoftFever
2026-07-16 20:09:50 +08:00
parent 56ac4e1281
commit 550ab5d438
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ struct prePrintInfo
wxString wiki_url;
wxString link_label; // optional: clickable text appended after msg
std::function<void()> link_callback; // optional: internal action for link_label click
int index;
int index{0};
public:
bool operator==(const prePrintInfo& other) const {