Skip to content

Commit

Permalink
fix: disable the changing root
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 2, 2020
1 parent ce17edb commit eff5080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions .github/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/renderer/windows/main/pages/SettingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</v-list-tile-sub-title>
</v-list-tile-content>
<v-list-tile-action>
<v-btn outline flat style="margin-right: 10px;" @click="browseRootDir">
<v-btn disabled outline flat style="margin-right: 10px;" @click="browseRootDir">
{{ $t('setting.browseRoot') }}
</v-btn>
</v-list-tile-action>
Expand Down

0 comments on commit eff5080

Please sign in to comment.