fix: some warnings remove + light / ugly theme added

This commit is contained in:
2026-07-29 21:25:47 +02:00
parent 031a618220
commit cd75d3a474
8 changed files with 107 additions and 52 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class SettingsViewModel extends ChangeNotifier {
? update.download
: "$kUpdateServerUrl${update.download}";
debugPrint("Download Url: ${url}");
debugPrint("Download Url: $url");
final stream = OtaUpdate().execute(
url,