From 1d6d0cb5ba7ae320de5b4016817f5ea1590f8d22 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:20:38 -0500 Subject: [PATCH] yas --- .../the_galaxy/assets/mobile/js/components/DevicePicker.js | 4 ++-- starpilot/system/the_galaxy/tests/test_ui_vue_frontend.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/starpilot/system/the_galaxy/assets/mobile/js/components/DevicePicker.js b/starpilot/system/the_galaxy/assets/mobile/js/components/DevicePicker.js index 57ff230bb7..1aeecbce0a 100644 --- a/starpilot/system/the_galaxy/assets/mobile/js/components/DevicePicker.js +++ b/starpilot/system/the_galaxy/assets/mobile/js/components/DevicePicker.js @@ -15,7 +15,7 @@ export const DevicePicker = { } }, computed: { - hasDevices() { return this.devices.length > 0 }, + hasMultipleDevices() { return this.devices.length > 1 }, }, methods: { loadCustomNames() { @@ -89,7 +89,7 @@ export const DevicePicker = { this.loadDevices() }, template: ` -