Minor Polish

This commit is contained in:
2026-02-15 02:08:06 -06:00
parent f93e49596b
commit a7dee434f3

View File

@@ -1229,9 +1229,9 @@ fn ui(frame: &mut Frame, app: &App) {
// ---- Bottom Right: always-on status/help ---- // ---- Bottom Right: always-on status/help ----
let connected = if app.config.as_ref().and_then(|c| c.access_token.as_ref()).is_some() { let connected = if app.config.as_ref().and_then(|c| c.access_token.as_ref()).is_some() {
"Connected" "Connected"
} else { } else {
"Disconnected" "Disconnected"
}; };
let server = app let server = app