Fix formatting

This commit is contained in:
Natsumi
2021-07-31 19:23:21 +12:00
parent 393335db59
commit abf4889416
2 changed files with 30 additions and 28 deletions
+2
View File
@@ -1726,6 +1726,8 @@ html
//- dialog: update VRCX //- dialog: update VRCX
el-dialog.x-dialog(ref="VRCXUpdateDialog" :visible.sync="VRCXUpdateDialog.visible" title="VRCX Updater" width="400px") el-dialog.x-dialog(ref="VRCXUpdateDialog" :visible.sync="VRCXUpdateDialog.visible" title="VRCX Updater" width="400px")
div(v-loading="checkingForVRCXUpdate" style="margin-top:15px") div(v-loading="checkingForVRCXUpdate" style="margin-top:15px")
template(v-if="!VRCXUpdateDialog.updatePending && VRCXUpdateDialog.release === appVersion")
span VRCX is up to date.
template(v-if="VRCXUpdateDialog.updatePending") template(v-if="VRCXUpdateDialog.updatePending")
span Update ready for install, restart VRCX to apply. span Update ready for install, restart VRCX to apply.
template(v-else) template(v-else)