mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
Big scary buttons (#1471)
This commit is contained in:
@@ -51,6 +51,9 @@ export const useCameraSettingsStore = defineStore("cameraSettings", {
|
||||
cameraNames(): string[] {
|
||||
return this.cameras.map((c) => c.nickname);
|
||||
},
|
||||
cameraUniqueNames(): string[] {
|
||||
return this.cameras.map((c) => c.nickname);
|
||||
},
|
||||
currentCameraName(): string {
|
||||
return this.cameraNames[useStateStore().currentCameraIndex];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user