Skip to content

Commit

Permalink
fix: closing ask credential modal during a connection doesn't stops l…
Browse files Browse the repository at this point in the history
…oading, closes #114
  • Loading branch information
Fabio286 committed Oct 5, 2021
1 parent 2480c76 commit 26446fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/WorkspaceEditConnectionPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ export default {
closeAsking () {
this.isTesting = false;
this.isAsking = false;
this.isConnecting = false;
},
selectTab (tab) {
this.selectedTab = tab;
Expand Down
1 change: 1 addition & 0 deletions src/renderer/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const i18n = new VueI18n({
'fr-FR': require('./fr-FR'),
'pt-BR': require('./pt-BR'),
'de-DE': require('./de-DE'),
'vi-VN': require('./vi-VN'),
'ja-JP': require('./ja-JP')
}
});
Expand Down
1 change: 1 addition & 0 deletions src/renderer/i18n/supported-locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default {
'fr-FR': 'Français',
'pt-BR': 'Português (Brasil)',
'de-DE': 'Deutsch (Deutschland)',
'vi-VN': 'Tiếng Việt',
'ja-JP': '日本語'
};

0 comments on commit 26446fb

Please sign in to comment.