Skip to content

Commit

Permalink
Ensure first name is not selected when changing targets to a non unit
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Jan 3, 2025
1 parent 1b944df commit 55a2429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/rename.lua
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ function Rename:init(info)
self.target, self.sync_targets = target, sync_targets or {}
normalize_name()
self.subviews.language:setOption(self.target.language)
self:refresh_list()
end)
end,
visible=info.show_selector,
Expand Down

0 comments on commit 55a2429

Please sign in to comment.