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

This commit is contained in:
Kris Austin
2026-07-21 13:40:40 -05:00
committed by GitHub
parent ae0193899d
commit b86501cd3c
3 changed files with 19 additions and 12 deletions

View File

@@ -558,6 +558,7 @@ namespace Slic3r
}
else
{
Slic3r::GUI::wxGetApp().reset_unsigned_plugin_warning();
if (m_agent)
{
if (it->second->connection_type() != "lan" || it->second->connection_type().empty())