mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix: updater and proxy settings button display issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="float: left; margin: 5px">
|
<div style="float: left; margin: 5px; z-index: 3000">
|
||||||
<el-tooltip placement="top" :content="t('view.login.updater')">
|
<el-tooltip placement="top" :content="t('view.login.updater')">
|
||||||
<el-button type="default" size="small" :icon="Download" circle @click="showVRCXUpdateDialog"></el-button>
|
<el-button type="default" size="small" :icon="Download" circle @click="showVRCXUpdateDialog"></el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user