Skip to content

Commit

Permalink
Merge pull request #8 from cyberofficial/dev
Browse files Browse the repository at this point in the history
Minor string changes
  • Loading branch information
cyberofficial authored Sep 28, 2022
2 parents 1034590 + cf12388 commit 4110cfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions wtfpsbooster/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Public Class Form1
' ----------------------------------
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
KeyPreview = True
'Dim unused3 = splash.ShowDialog()
Dim unused3 = splash.ShowDialog()

'If My.User.IsInRole(ApplicationServices.BuiltInRole.Administrator) = False Then
' Dim unused2 = MessageBox.Show("Tried to sneaky huh? Well that doesn't work. Please run as admin.")
' Application.Exit()
'End If
If My.User.IsInRole(ApplicationServices.BuiltInRole.Administrator) = False Then
Dim unused2 = MessageBox.Show("Tried to sneaky huh? Well that doesn't work. Please run as admin.")
Application.Exit()
End If

Try
ignorelistform.ignorelistbox.Items.Clear()
Expand Down Expand Up @@ -169,9 +169,7 @@ Public Class Form1

End Sub
Private Sub BoostWorker_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles BoostWorker.RunWorkerCompleted
pcstatus_txt.Text = If(ExBoost = False,
"War Thunder Status: Boosted" & vbNewLine & "PC Status: Most resources are dedicated to War Thunder",
"War Thunder Status: Extra Boosted" & vbNewLine & "PC Status: Almost everything is slowed for War Thunder")
pcstatus_txt.Text = "War Thunder Status: Boosted" & vbNewLine & "PC Status: Most resources are dedicated to War Thunder"
Enabled = True
End Sub
Private Sub RestoreWorker_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Handles RestoreWorker.DoWork
Expand Down Expand Up @@ -373,6 +371,7 @@ Step 5: You are all set, click Launch on your Launcher and the game should boost
* Removed Extra Boost. Extra boost was removed and replaced with ignore list.
* Ignore list. With the removale of Extra boost, decided to make the program have extra boost by default. To have the same effect as extra boost being diabled, click on Ignore List, then add Common Names.
* Fixed an issue with Ignore List showing errors with an empty list.
* Not so red preface warning text.
")
End Sub

Expand Down
4 changes: 2 additions & 2 deletions wtfpsbooster/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.19.0.504")>
<Assembly: AssemblyFileVersion("2.19.0.504")>
<Assembly: AssemblyVersion("2.19.0.508")>
<Assembly: AssemblyFileVersion("2.19.0.508")>

<Assembly: NeutralResourcesLanguageAttribute("en-US")>
2 changes: 1 addition & 1 deletion wtfpsbooster/wtfpsbooster.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.php</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>504</ApplicationRevision>
<ApplicationRevision>508</ApplicationRevision>
<ApplicationVersion>2.19.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
Expand Down

0 comments on commit 4110cfa

Please sign in to comment.