fix: CloudService silent error → logging, Status zeigt Token-Fehler an
This commit is contained in:
@@ -89,8 +89,8 @@ class _CloudScreenState extends State<CloudScreen> {
|
||||
if (!mounted) return;
|
||||
setState(() {
|
||||
_serverCount = st?['total'] ?? 0;
|
||||
_status = st != null ? 'Verbunden' : 'Keine Verbindung';
|
||||
_statusOk = st != null;
|
||||
_status = st != null ? 'Verbunden' : 'Keine Verbindung (Token?)';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user