Skip to content

Commit

Permalink
🐛 fix: EnableSelectPortInAdvance failed
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Aug 16, 2024
1 parent a27549d commit b3c11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/Common/DeviceSelectWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private async void Device_OnClick(object? sender, RoutedEventArgs e)
// 提前帮用户选好端口
_ = Task.Run(()=>
{
if (Settings.EnableDebugChanDataOutput)
if (Settings.EnableSelectPortInAdvance)
{
try
{
Expand Down

0 comments on commit b3c11e2

Please sign in to comment.