feat(diagnose): check and enable Avahi Daemon

This commit is contained in:
uncor3
2025-11-19 06:58:23 +00:00
parent aaa5e56441
commit f4cb326771
5 changed files with 87 additions and 11 deletions
+1 -1
View File
@@ -369,5 +369,5 @@ MainWindow::~MainWindow()
#endif
delete ui;
delete m_updater;
sleep(2); // Give some time for cleanup to finish
sleep(2);
}