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

@@ -162,7 +162,7 @@ void Connecter::InitControl()
}
auto name = item->text();
ui->elbClient->setText(name);
ui->elbClient->setStyleSheet("color: blue;");
ui->elbClient->setStyleSheet("color: green;");
remoteCall_(name);
});