Skip to content

Commit

Permalink
fix: make the page swap more easy
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 7, 2019
1 parent 2d7bfc1 commit 7391b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/BaseSettingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</v-flex>
<v-flex d-flex xs6>
<v-text-field outline hide-details dark readonly :value="$repo.getters.currentVersion.id"
:label="$t('profile.version')" @click="goVersionPage" />
:label="$t('profile.version')" @click="goVersionPage" @focus="goVersionPage" />
</v-flex>
<v-flex d-flex xs6>
<v-text-field v-model="author" outline hide-details dark :label="$t('profile.modpack.author')"
Expand Down

0 comments on commit 7391b50

Please sign in to comment.