Skip to content

Commit 4d769ed

Browse files
committed
chore: 优化容错
1 parent ef702f7 commit 4d769ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MaiChartManager/Launcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public Launcher()
2828
# if DEBUG
2929
checkBox1.Checked = true;
3030
StaticSettings.Config.Export = true;
31-
textBox1.Text = @"D:\Maimai HDD\sdga145";
31+
textBox1.Text = @"E:\Maimai HDD\sdga145";
3232
StartClicked(null, null);
3333
notifyIcon1.Visible = true;
3434
WindowState = FormWindowState.Minimized;

SimaiSharp

0 commit comments

Comments
 (0)