aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-03 22:27:40 +0700
committerEverythingWindows <[email protected]>2022-11-03 22:27:40 +0700
commit37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4 (patch)
treea4f5166ec67b49cd9c4d3dc3d49c786823c81e97 /ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
parent003fd87c55056e22ac01666cefce98f66d61307e (diff)
downloadshiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.gz
shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.tar.bz2
shiftos-therevival-old-37df7b5fd4830b6f508acf7bac13a4fa8d5bb5f4.zip
v0.2.2 stuff working on
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb7
1 files changed, 4 insertions, 3 deletions
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