diff options
| author | EverythingWindows <[email protected]> | 2022-11-05 22:24:30 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-05 22:24:30 +0700 |
| commit | ed6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40 (patch) | |
| tree | 8e685413564e5d18e43bd29f248ed5d097954432 /ShiftOS-TheRevival/MainForms/Strings.vb | |
| parent | 06623f4cb1e7db88d59a429abc7f0a985dc0eea6 (diff) | |
| download | shiftos-therevival-old-ed6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40.tar.gz shiftos-therevival-old-ed6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40.tar.bz2 shiftos-therevival-old-ed6f6ee29d5d29a6e06cb15fadb4c0e3520c6e40.zip | |
bc finally freaking worked
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/Strings.vb')
| -rw-r--r-- | ShiftOS-TheRevival/MainForms/Strings.vb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/MainForms/Strings.vb b/ShiftOS-TheRevival/MainForms/Strings.vb index 89980bd..2b6f37a 100644 --- a/ShiftOS-TheRevival/MainForms/Strings.vb +++ b/ShiftOS-TheRevival/MainForms/Strings.vb @@ -3,7 +3,7 @@ Public Shared ComputerInfo(4) As String Public Shared IsFree As Boolean Public Shared OnceInfo(0) As String - Public Shared AvailableFeature(8) As String + Public Shared AvailableFeature(9) As String Public Shared CLIInterpreter As String Public Shared SaveFile As String @@ -46,11 +46,13 @@ '6 = Time by Minutes [Showing time in minutes form since midnight] (0.2.2) (default : 0) '7 = Time by Hours [Showing time in hours form since midnight] (0.2.2) (default : 0) '8 = Shiftfetch [ShiftOS port of Neofetch, A command-line system information tool] (0.2.3) (default : 0) + '9 = bc [Basic Calculator for ShiftOS] (0.2.3) (default : 0) ' 'Features bought hierarchy : 'ShiftOS Help Manual (MAN) (20 CP) 'Terminal Clear (CLEAR) (25 CP) '>Terminal Print (PRINT) (30 CP) + '>Basic Calculator (BC) (75 CP) '>>Terminal Display Driver (50 CP) '>>>Terminal InfoBar (55 CP) '>>>Shiftfetch (75 CP) |
