You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unsupported devices not showing "Enable x" if there are no other devices (#9428)
In the list of devices we include devices that are not supported/enabled for the current platform, allowing you to enable them. However, the logic here would skip the entire device table if there are no enabled/supported devices, which would cause nothing to show up if there are none already enabled.
This changes the logic so the table is always shown if there are either kind of device, and only shows the help text if none are enabled.
FixesDart-Code/Dart-Code#5661
0 commit comments