Skip to content

Commit

Permalink
fix: fix activate button display
Browse files Browse the repository at this point in the history
purocean committed Dec 1, 2022
1 parent c5329a2 commit 3fecb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Premium.vue
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
<img class="qrcode" src="~@fe/assets/qrcode-wechat.jpg" >
</div>
</div>
<div v-if="tab === 'activation'" class="action">
<div v-if="tab === 'activation' && !info" class="action">
<button class="btn tr" :disabled="!license.trim()" @click="activate">{{$t('ok')}}</button>
</div>
</div>

0 comments on commit 3fecb48

Please sign in to comment.