aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/Strings.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-02 08:52:31 +0700
committerEverythingWindows <[email protected]>2022-11-02 08:52:31 +0700
commite6f8b7c77bd3163cb84a077a54a4448b41fa63ce (patch)
tree2919b03cb0a4521c106c4317af11a4a0da688704 /ShiftOS-TheRevival/MainForms/Strings.vb
parentcbc32f3aba8114e1bf2bc2d1db75a7056e5e575a (diff)
downloadshiftos-therevival-old-e6f8b7c77bd3163cb84a077a54a4448b41fa63ce.tar.gz
shiftos-therevival-old-e6f8b7c77bd3163cb84a077a54a4448b41fa63ce.tar.bz2
shiftos-therevival-old-e6f8b7c77bd3163cb84a077a54a4448b41fa63ce.zip
0.1.1 code
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/Strings.vb8
1 files changed, 5 insertions, 3 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb
index 96285a5..f6cb57a 100644
--- a/ShiftOS-TheRevival/MainForms/Strings.vb
+++ b/ShiftOS-TheRevival/MainForms/Strings.vb
@@ -3,6 +3,8 @@
Public Shared ComputerInfo(1) As String
Public Shared IsFree As Boolean
Public Shared OnceInfo(0) As String
+ Public Shared StoryChapter As Integer
+ Public Shared AvailableFeature() As String
'STRING CATEGORIZATION WRITING RULES!
'THIS IS IN ORDER TO REMAIN COMPATIBLE WITH OLDER VERSIONS!
@@ -24,10 +26,10 @@
'0 = OSVersion (default : dependant)
'
'OnceInfo Strings:
- '0 = IsRoot? (default : 0)
+ '0 = IsRoot? (0.1) (default : 0)
'
'ComputerInfo Strings:
- '0 = Computer Name (default : shiftos)
- '1 = Username (default : user)
+ '0 = Computer Name (0.1) (default : shiftos)
+ '1 = Username (0.1) (default : user)
'
End Class