mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +00:00
syntax change for auto install
This commit is contained in:
@@ -104,9 +104,9 @@
|
|||||||
computed: {
|
computed: {
|
||||||
fileUploadText() {
|
fileUploadText() {
|
||||||
if (this.file !== undefined) {
|
if (this.file !== undefined) {
|
||||||
return "Install and update"
|
return "update and run at startup"
|
||||||
} else {
|
} else {
|
||||||
return "Install current version"
|
return "Run current version at startup"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isDisabled() {
|
isDisabled() {
|
||||||
|
|||||||
Reference in New Issue
Block a user