We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814a5e1 commit f8febc9Copy full SHA for f8febc9
MaiChartManager/Browser.cs
@@ -9,6 +9,7 @@ public partial class Browser : Form
9
public Browser(string url)
10
{
11
InitializeComponent();
12
+ Text += $" ({StaticSettings.GamePath})";
13
webView21.Source = new Uri(url);
14
webView21.DefaultBackgroundColor = Color.Transparent;
15
UI.SetBlurStyle(this, blurType: UI.BlurType.Mica, UI.Mode.LightMode);
0 commit comments