fix: guard Bambu Lab dev-mode dialog against repeat spam (#14774)

This commit is contained in:
Kris Austin
2026-07-21 15:40:40 -03:00
committed by GitHub
parent ae0193899d
commit b86501cd3c
3 changed files with 19 additions and 12 deletions
+1
View File
@@ -343,6 +343,7 @@ private:
public:
//try again when subscription fails
void on_start_subscribe_again(std::string dev_id);
void reset_unsigned_plugin_warning() { m_unsigned_plugin_warning_shown = false; }
std::string get_local_models_path();
bool OnInit() override;
int OnExit() override;