Skip to content

Commit

Permalink
Some little improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDevX authored Nov 22, 2018
1 parent 77bb758 commit 6a78a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NanoQES.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$Preload = {
Clear-Host
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("utf-8")
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("UTF-8")
$Host.UI.RawUI.WindowTitle = "NanoQES"
$Host.UI.RawUI.BackgroundColor = "Black"
$Host.UI.RawUI.ForegroundColor = "Blue"
Expand Down Expand Up @@ -231,4 +231,4 @@ $Invvalue = {
Read-Host "$l14"
.$Start
}
&$Preload
.$Preload

0 comments on commit 6a78a92

Please sign in to comment.