Skip to content

Commit

Permalink
Initialize Window.Title to FriendlyGameName
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Apr 21, 2024
1 parent e1bdd85 commit a202b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Platform/GameHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ protected void SetupRendererAndWindow(IRenderer renderer, GraphicsSurfaceType su

Window.SetupWindow(Config);
Window.Create();
Window.Title = $@"osu!framework (running ""{Name}"")";
Window.Title = Options.FriendlyGameName;

Renderer.Initialise(Window.GraphicsSurface);

Expand Down

0 comments on commit a202b5a

Please sign in to comment.