aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-13 21:22:42 +0700
committerEverythingWindows <[email protected]>2022-11-13 21:22:42 +0700
commitf3d11527bd83ae40616582d2116891e9d08831ae (patch)
tree06cab73465261d2d4e0858509b7599ad8fb5889c /ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
parent54355f9686a5a07f27de5cd3444b87509df2fd2f (diff)
downloadshiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.tar.gz
shiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.tar.bz2
shiftos-therevival-old-f3d11527bd83ae40616582d2116891e9d08831ae.zip
More NewLine migration, Epilepsy warning fixing, and fixing update system
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
index 746e5da..1ea49e8 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
@@ -150,9 +150,9 @@ Public Class ShiftOSMenu
btn_StoryMode.Enabled = False
ShouldUpdate = True
ShiftOSUpdater.Show()
- 'ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & "Update now to get more features." 'ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & "Update now to get more features."
- ShiftOSUpdater.Label2.Text = "Update function is temporarily disabled." & Environment.NewLine & "Click the 'Reset' to reset the save"
- ShiftOSUpdater.Button2.Text = "Reset"
+ ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & Environment.NewLine & "Update now to get more features." 'ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & "Update now to get more features."
+ 'ShiftOSUpdater.Label2.Text = "Update function is temporarily disabled." & Environment.NewLine & "Click the 'Reset' to reset the save"
+ 'ShiftOSUpdater.Button2.Text = "Reset"
End If
Else
If Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS") = True Then