Skip to content

Commit

Permalink
Merge pull request #81 from uurshin/dev
Browse files Browse the repository at this point in the history
fix a bug in gauge spending settings
  • Loading branch information
uurshin authored Dec 8, 2023
2 parents 9cab702 + 3067a02 commit 6724dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/components/AdminTabSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ export default {
delete this.store.gauges[key].spending[key_stat];
}
}
this.change_gauge = '';
this.cancelGaugeChange();
},
cancelGaugeChange() {
this.change_gauge = '';
this.temp_gauge_spending = {};
this.change_gauge = '';
},
openGauge(key) {
this.change_gauge = key;
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ please_select_stat: "Select a stat to launch the challenge"
context_add_selection_character: "Add character to selection (maj + left click)"
context_remove_selection_character: "Remove character from selection (maj + left click)"
context_delete_character: "Delete character"
context_edit_character: "Edit character (future feature)"
context_edit_character: "Edit character"
last_challenge_success_rate: "Success rate of last challenge: "
select_tag: "Select tag"
alive: "Alive"
Expand Down

0 comments on commit 6724dae

Please sign in to comment.