diff options
| author | EverythingWindows <[email protected]> | 2022-12-30 19:45:28 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-12-30 19:45:28 +0700 |
| commit | 38e046cc49d57b05e5e527769597605067a60cbd (patch) | |
| tree | 8f3fc1e50ef5d4144c9b9115c700be2e3a619747 /ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb | |
| parent | 365cc92f8a7c20a1a2f455a92188528b1239cd6d (diff) | |
| download | shiftos-therevival-old-master.tar.gz shiftos-therevival-old-master.tar.bz2 shiftos-therevival-old-master.zip | |
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb index f772031..ed3ebce 100644 --- a/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb +++ b/ShiftOS-TheRevival/MainForms/DesktopEnvironment/master/DesktopManager.vb @@ -23,7 +23,9 @@ Module DesktopManager If Strings.OnceInfo(6) = "story" Then SaveGame() End If - MsgBox("this is not a bug, this is a feature") 'Use this messagebox to hold Console to stay open, because removing this line closes Console all together for some reason + If Strings.ComputerInfo(7) = 1 Then + MsgBox("this is not a bug, this is a feature") 'Use this messagebox to hold Console to stay open, because removing this line closes Console all together for some reason + End If Console.Show() Desktop.Hide() End Sub @@ -44,6 +46,8 @@ Module DesktopManager Select Case Strings.ComputerInfo(7) Case 1 DuWM_Initiate() + Case 2 + AnusWM_Initiate() End Select End Sub End Module |
