mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
fix: 切换配置后不会自动启动
This commit is contained in:
@@ -285,7 +285,7 @@ namespace MaaWpfGui.Main
|
||||
|
||||
ProcessStartInfo startInfo = new ProcessStartInfo { FileName = Environment.ProcessPath, };
|
||||
|
||||
//Process.Start(startInfo);
|
||||
Process.Start(startInfo);
|
||||
}
|
||||
|
||||
public static void Release()
|
||||
|
||||
Reference in New Issue
Block a user