mirror of
https://github.com/EverythingWindows/ShiftOS-TheRevival-Old.git
synced 2025-01-22 18:02:16 +00:00
0.2.7 final code
This commit is contained in:
parent
fb1e91c76b
commit
c1206d8634
3 changed files with 5 additions and 2 deletions
|
@ -623,7 +623,7 @@
|
||||||
Shiftorium_InstallFeatures(True, "ki_animals", 38, 300)
|
Shiftorium_InstallFeatures(True, "ki_animals", 38, 300)
|
||||||
NormalCommand()
|
NormalCommand()
|
||||||
Case "ki_fruits"
|
Case "ki_fruits"
|
||||||
Shiftorium_InstallFeatures(True, "ki_animals", 39, 300)
|
Shiftorium_InstallFeatures(True, "ki_fruits", 39, 300)
|
||||||
NormalCommand()
|
NormalCommand()
|
||||||
Case "duwmrgb"
|
Case "duwmrgb"
|
||||||
Shiftorium_InstallFeatures(True, "duwmrgb", 40, 225)
|
Shiftorium_InstallFeatures(True, "duwmrgb", 40, 225)
|
||||||
|
@ -797,6 +797,8 @@
|
||||||
'Chapter 2 packages
|
'Chapter 2 packages
|
||||||
Case "duwm"
|
Case "duwm"
|
||||||
Strings.AvailableFeature(35) = "1"
|
Strings.AvailableFeature(35) = "1"
|
||||||
|
Strings.ComputerInfo(7) = 1
|
||||||
|
GUISCustomizations.DesktopColor = Color.Black
|
||||||
Strings.AvailableFeature(36) = "0"
|
Strings.AvailableFeature(36) = "0"
|
||||||
Strings.AvailableFeature(37) = "0"
|
Strings.AvailableFeature(37) = "0"
|
||||||
success = True
|
success = True
|
||||||
|
|
|
@ -68,7 +68,7 @@ Module SaveLoadSystem
|
||||||
Strings.ComputerInfo(0) = "shiftos"
|
Strings.ComputerInfo(0) = "shiftos"
|
||||||
Strings.ComputerInfo(1) = "user"
|
Strings.ComputerInfo(1) = "user"
|
||||||
Strings.ComputerInfo(2) = "0"
|
Strings.ComputerInfo(2) = "0"
|
||||||
Strings.ComputerInfo(4) = "34"
|
Strings.ComputerInfo(4) = "42"
|
||||||
Strings.AvailableFeature(0) = "1"
|
Strings.AvailableFeature(0) = "1"
|
||||||
Strings.AvailableFeature(1) = "1"
|
Strings.AvailableFeature(1) = "1"
|
||||||
Strings.AvailableFeature(2) = "1"
|
Strings.AvailableFeature(2) = "1"
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
If Opacity = 1 Then
|
If Opacity = 1 Then
|
||||||
Strings.ComputerInfo(3) = "0"
|
Strings.ComputerInfo(3) = "0"
|
||||||
Strings.IsFree = False
|
Strings.IsFree = False
|
||||||
|
IsConsoleParent = True
|
||||||
Console.Show()
|
Console.Show()
|
||||||
Close()
|
Close()
|
||||||
Else
|
Else
|
||||||
|
|
Loading…
Reference in a new issue