Fixed: #171 || guiMenu is a function

This commit is contained in:
PiEgg
2019-01-19 14:42:11 +08:00
parent bb034677bd
commit c5f6ae8993
6 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export default {
mixins: [mixin],
data () {
return {
logo: 'static/logo.png',
logo: 'static/squareLogo.png',
dragover: false,
progress: 0,
showProgress: false,

View File

@@ -17,7 +17,7 @@
<div class="plugin-item" :class="{ 'darwin': os === 'darwin' }">
<div class="cli-only-badge" v-if="!item.gui" title="CLI only">CLI</div>
<img class="plugin-item__logo" :src="item.logo"
onerror="this.src='static/logo.png'"
onerror="this.src='static/roundLogo.png'"
>
<div
class="plugin-item__content"