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