mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
platform icon
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
effect="plain"
|
||||
size="small"
|
||||
style="margin-right: 5px; margin-top: 5px">
|
||||
PC<span
|
||||
<i class="ri-computer-line"></i
|
||||
><span
|
||||
v-if="worldDialog.bundleSizes['standalonewindows']"
|
||||
:class="['x-grey', 'x-tag-platform-pc', 'x-tag-border-left']">
|
||||
{{ worldDialog.bundleSizes['standalonewindows'].fileSize }}
|
||||
@@ -91,7 +92,8 @@
|
||||
effect="plain"
|
||||
size="small"
|
||||
style="margin-right: 5px; margin-top: 5px">
|
||||
Android<span
|
||||
<i class="ri-android-line"></i
|
||||
><span
|
||||
v-if="worldDialog.bundleSizes['android']"
|
||||
:class="['x-grey', 'x-tag-platform-quest', 'x-tag-border-left']">
|
||||
{{ worldDialog.bundleSizes['android'].fileSize }}
|
||||
@@ -105,7 +107,8 @@
|
||||
effect="plain"
|
||||
size="small"
|
||||
style="margin-right: 5px; margin-top: 5px">
|
||||
iOS<span
|
||||
<i class="ri-apple-line"></i
|
||||
><span
|
||||
v-if="worldDialog.bundleSizes['ios']"
|
||||
:class="['x-grey', 'x-tag-platform-ios', 'x-tag-border-left']">
|
||||
{{ worldDialog.bundleSizes['ios'].fileSize }}
|
||||
|
||||
Reference in New Issue
Block a user