mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-29 05:41:03 +00:00
fix: reset lastPacket on signout
This commit is contained in:
@@ -234,6 +234,8 @@ export class DownloadManager {
|
||||
});
|
||||
|
||||
WindowManager.mainWindow?.setProgressBar(-1);
|
||||
WindowManager.mainWindow?.webContents.send("on-download-progress", null);
|
||||
|
||||
if (downloadKey === this.downloadingGameId) {
|
||||
this.downloadingGameId = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user