Skip to content

Commit 70a8743

Browse files
authored
Merge pull request #213 from Zacam/development
Screenshots Update
2 parents bafdbe9 + 5fb7d41 commit 70a8743

12 files changed

+8
-4
lines changed

01-Main_Screen.png

268 KB
Loading

02-Add_Server.png

13.5 KB
Loading

03-Security_Center.png

229 KB
Loading

04-Settings_Screen.png

306 KB
Loading

05-CDN_Picker.png

11.7 KB
Loading

06-Verify_Hash.png

14.3 KB
Loading

07-User_Settings.png

94.6 KB
Loading

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ A Rewrite of GameLauncher taken from Need For Speed: World
1111
- [X] Self-Signed Code Sign Certificate
1212

1313
### Screenshot
14-
![](screenshot.png)
15-
![](screenshot2.png)
16-
![](screenshot3.png)
14+
![](01-Main_Screen.png)
15+
![](02-Add_Server.png)
16+
![](03-Security_Center.png)
17+
![](04-Settings_Screen.png)
18+
![](05-CDN_Picker.png)
19+
![](06-Verify_Hash.png)
20+
![](07-User_Settings.png)

SBRW.Launcher.Net/App/UI_Forms/Parent_Screen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ await Task.Run(() =>
348348

349349
LogToFileAddons.Parent_Log_Screen(8,
350350
EnableInsiderDeveloper.Allowed() ? "DEV TEST " : (EnableInsiderBetaTester.Allowed() ? "BETA TEST " : ""),
351-
"GameLauncher " + Application.ProductVersion + "_" + InsiderInfo.BuildNumberOnly());
351+
"SBRW.Launcher " + Application.ProductVersion + " - (" + InsiderInfo.BuildNumberOnly() + ")");
352352

353353
LogToFileAddons.Parent_Log_Screen(2, "OS", "Detecting");
354354
Presence_Launcher.Status(0, "Checking Operating System");

screenshot.png

-270 KB
Binary file not shown.

screenshot2.png

-291 KB
Binary file not shown.

screenshot3.png

-90.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)