Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
applemango committed Jan 7, 2024
1 parent 57d88bf commit d61e307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
if m.command == 1 {
value := m.translatedTag.Value()
if len(value) != 0 {

_ = translate.UpdateTag(m.translateTag.Name, value)
}
tag := translate.GetTag()
m.translateTag = tag
Expand Down

0 comments on commit d61e307

Please sign in to comment.