mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
reduce favorite tab memory usage
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<span v-else v-text="favorite.ref.statusDescription"></span>
|
||||
</div>
|
||||
<div class="editing">
|
||||
<el-dropdown trigger="hover" size="small" style="margin-left: 5px">
|
||||
<el-dropdown trigger="hover" size="small" style="margin-left: 5px" :persistent="false">
|
||||
<div>
|
||||
<el-button type="default" :icon="Back" size="small" circle></el-button>
|
||||
</div>
|
||||
@@ -45,7 +45,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
<div class="default">
|
||||
<el-tooltip placement="right" :content="t('view.favorite.unfavorite_tooltip')">
|
||||
<el-tooltip placement="right" :content="t('view.favorite.unfavorite_tooltip')" :teleported="false">
|
||||
<el-button
|
||||
v-if="shiftHeld"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user