From 850353a885d40f15cac96d7f31fdad81fa2093a4 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 9 Nov 2022 08:42:46 +0700 Subject: 0.2.4 final code --- ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb') diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb index ba2ec12..089ea5f 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSUpdater.vb @@ -40,15 +40,15 @@ Public Class ShiftOSUpdater Button2.Text = "Saved" End If ElseIf Button2.Text = "Update" Then - Label2.Text = "Updating ShiftOS from" & My.Resources.CurrentVersion & " to " & NewVersion - + Label2.Text = "Updating ShiftOS to " & My.Resources.CurrentVersion + UpdateToNew() Else - + Close() End If End Sub Private Sub ShiftOSUpdate_Load(sender As Object, e As EventArgs) Handles MyBase.Load If ShiftOSMenu.ShouldUpdate = True Then - Button1.Text = "Update" + Button2.Text = "Update" End If End Sub -- cgit v1.2.3