prioritize setting m_running first

This commit is contained in:
uncor3
2026-02-19 10:55:50 +00:00
parent 111f0d958c
commit bc3998cefb
+1 -1
View File
@@ -41,8 +41,8 @@ void AvahiService::startBrowsing()
initializeAvahi();
if (m_simplePoll) {
m_pollTimer->start(100); // Poll every 100ms
m_running = true;
m_pollTimer->start(100); // Poll every 100ms
}
}