mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-28 20:37:42 +00:00
Guard the don't-remind command parse and init the checker index
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user