aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb
diff options
context:
space:
mode:
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