Alsa head corruption in error handling.

This commit is contained in:
Robin Davies
2024-09-15 06:30:16 -04:00
parent f762d8b396
commit 2a851dbd4b
28 changed files with 744 additions and 140 deletions
+2
View File
@@ -682,6 +682,8 @@ const AppThemed = withStyles(appStyles)(class extends ResizeResponsiveComponent<
return "Downloading update...";
case State.InstallingUpdate:
return "Installing update....";
case State.HotspotChanging:
return "Network connection changing..."
default:
return "Reconnecting...";
}