Minor Polish
This commit is contained in:
@@ -1229,9 +1229,9 @@ fn ui(frame: &mut Frame, app: &App) {
|
||||
|
||||
// ---- Bottom Right: always-on status/help ----
|
||||
let connected = if app.config.as_ref().and_then(|c| c.access_token.as_ref()).is_some() {
|
||||
"Connected ✅"
|
||||
"✅ Connected"
|
||||
} else {
|
||||
"Disconnected ❌"
|
||||
"❌ Disconnected"
|
||||
};
|
||||
|
||||
let server = app
|
||||
|
||||
Reference in New Issue
Block a user