diff options
| author | Everything Windows <[email protected]> | 2024-01-16 19:54:03 +0700 |
|---|---|---|
| committer | Everything Windows <[email protected]> | 2024-01-16 19:54:03 +0700 |
| commit | a46bcc05957640f968cb98571003c02fef2e74c8 (patch) | |
| tree | a29bcd83576eb62909245fae8e4fbbf8459a8de8 /ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb | |
| parent | 38e046cc49d57b05e5e527769597605067a60cbd (diff) | |
| download | shiftos-therevival-old-a46bcc05957640f968cb98571003c02fef2e74c8.tar.gz shiftos-therevival-old-a46bcc05957640f968cb98571003c02fef2e74c8.tar.bz2 shiftos-therevival-old-a46bcc05957640f968cb98571003c02fef2e74c8.zip | |
New branch, disabling Story Mode and Updater
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb index 2ae60a2..a1b8eca 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb @@ -155,7 +155,7 @@ Public Class ShiftOSMenu End If If TheUpdater.WhatVersion = My.Resources.CurrentVersion Then File.WriteAllText(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\version.txt", My.Resources.CurrentVersion) - CheckUpdate() + 'CheckUpdate() Else btn_Aboot.Enabled = False btn_Exit.Enabled = False @@ -191,7 +191,7 @@ Public Class ShiftOSMenu Directory.CreateDirectory(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\saved") File.WriteAllText(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS\version.txt", My.Resources.CurrentVersion) End If - CheckUpdate() + 'CheckUpdate() End If End Sub |
