mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
Fix Linux window state, small fixes
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
:key="item.index"
|
||||
:index="item.index"
|
||||
:class="{ notify: notifiedMenus.includes(item.index) }">
|
||||
<i :class="item.icon" />
|
||||
<i :class="item.icon"></i>
|
||||
<template #title>
|
||||
<span>{{ $t(item.tooltip) }}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user