diff options
| author | EverythingWindows <[email protected]> | 2022-11-03 02:46:32 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-03 02:46:32 +0700 |
| commit | 0f683e5c3535e8c3f20230aef44f6da1894e3746 (patch) | |
| tree | a22d4aaa7930dcb71d88a735ddbcd1177c9c024c /ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb | |
| parent | f8fc91385f8642701dfe9bd9a3b757aca8012d7f (diff) | |
| download | shiftos-therevival-old-0f683e5c3535e8c3f20230aef44f6da1894e3746.tar.gz shiftos-therevival-old-0f683e5c3535e8c3f20230aef44f6da1894e3746.tar.bz2 shiftos-therevival-old-0f683e5c3535e8c3f20230aef44f6da1894e3746.zip | |
finished shiftorium
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb index 4993b08..167da32 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb @@ -34,6 +34,8 @@ Public Class ShiftOSMenu Case "Free Roam Mode" Try Strings.IsFree = True + Strings.AvailableFeature(0) = "0" + Strings.AvailableFeature(1) = "0" Terminal.Show() Close() Catch ex As Exception |
