Skip to content

Commit f8febc9

Browse files
committed
chore: 主窗口标题栏显示工作目录
1 parent 814a5e1 commit f8febc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaiChartManager/Browser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public partial class Browser : Form
99
public Browser(string url)
1010
{
1111
InitializeComponent();
12+
Text += $" ({StaticSettings.GamePath})";
1213
webView21.Source = new Uri(url);
1314
webView21.DefaultBackgroundColor = Color.Transparent;
1415
UI.SetBlurStyle(this, blurType: UI.BlurType.Mica, UI.Mode.LightMode);

0 commit comments

Comments
 (0)