From 37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Thu, 3 Nov 2022 22:27:40 +0700 Subject: v0.2.2 stuff working on --- ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb') diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb index 5878577..0bc5374 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb @@ -39,7 +39,8 @@ Public Class ShiftOSUpdater End Sub - Private Sub Download_DownloadProgressChanged(ByVal sender As Object, ByVal e As DownloadProgressChangedEventArgs) Handles Download.DownloadProgressChanged - ProgressBar1.Value = e.ProgressPercentage - End Sub + 'Will revisit this later + 'Private Sub Download_DownloadProgressChanged(ByVal sender As Object, ByVal e As DownloadProgressChangedEventArgs) Handles Download.DownloadProgressChanged + ' ProgressBar1.Value = e.ProgressPercentage + 'End Sub End Class \ No newline at end of file -- cgit v1.2.3