Skip to content

Commit

Permalink
Update background image of splash window.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Mar 2, 2024
1 parent 727e23f commit 2848016
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ULogViewer/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ protected override async Task OnPrepareShuttingDownAsync(bool isCritical)
protected override SplashWindowParams OnPrepareSplashWindow() => base.OnPrepareSplashWindow().Also((ref SplashWindowParams param) =>
{
param.AccentColor = Avalonia.Media.Color.FromRgb(0x8a, 0x5c, 0xe6);
param.BackgroundImageOpacity = 0.5;
});


Expand Down
Binary file modified ULogViewer/SplashWindowBackground.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2848016

Please sign in to comment.