log: color printing adaptive system for dark/light themes.

This commit is contained in:
2025-06-21 02:50:05 +08:00
parent 61aee68800
commit d0a3496356
4 changed files with 86 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ bool Server::startServer(quint16 port)
}
qDebug() << "Server started on port" << serverPort();
monitorTimer_->start(30000);
monitorTimer_->start(300000);
id_ = QString("0.0.0.0:%1").arg(serverPort());
return true;
}