This commit is contained in:
Alessandro Autiero
2024-06-02 15:12:42 +02:00
parent efb508bd0c
commit 5d89a603d7
63 changed files with 1146 additions and 1379 deletions

View File

@@ -27,7 +27,7 @@ Future<void> _downloadCriticalDllInteractive(String filePath) async {
InfoBarEntry? entry;
try {
if (fileName == "reboot.dll") {
await _updateController.update(true);
await _updateController.updateReboot(true);
return;
}