* A few grammar tweaks and sort services
- Made a few grammar and wording tweaks
- Install Tab1 -> Tab 1 - Install
- Tweaks Buttons -> Tweak Buttons
- Service tweaks to Manual -> Set Services to Manual
- Improve $services
- The behavior of $services has not changed, just the formatting and grammar
- Alphabetize the services to make any service easier to find
- Improve the grammar and formatting of the comments next to the services
- Capitalizes the first letter
- Makes sure there is a space between # and the first word
- Makes the spacing of each comment consistent so they all appear on the same column
* Fix winget indentation
- Fixed the Indentation on the winget buttons
* If-statement and indentation
- Made the format of all If-Statements consistent
- if(statement){}else{} -> If (statement) {} else {}
- Improve formatting and indentation