mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-07-25 02:47:49 +00:00
Fixed issue where powershell script may stay running even after closing app by making it stop itself if gui app is no longer running.
This commit is contained in:
parent
1b3c00d563
commit
e52166ccbf
2 changed files with 10 additions and 4 deletions
AutoTrackR2
|
@ -259,7 +259,7 @@ namespace AutoTrackR2
|
|||
(Color)ColorConverter.ConvertFromString("#FFFFFF"), // Text
|
||||
(Color)ColorConverter.ConvertFromString("#CFFF04") // AltText
|
||||
);
|
||||
ChangeLogo("/Assets/AVSQN.png", (Color)ColorConverter.ConvertFromString("#3fbcff"));
|
||||
ChangeLogo("/Assets/HEX.png", (Color)ColorConverter.ConvertFromString("#39FF14"));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue