mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Fix formatting
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user