Skip to content

Commit

Permalink
Fix #2264
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Hoffmann committed Nov 23, 2019
1 parent fc479cd commit 54eb34c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/src/components/Views/SettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ export default {
icon: { type: "globe", back: "black" },
text: language.name,
info: language.code,
link: () => {
this.$refs.update.open(language.code);
},
options: [
{
icon: "edit",
Expand Down

0 comments on commit 54eb34c

Please sign in to comment.