Skip to content

Commit

Permalink
Merge pull request #551 from Elarnon/patch-1
Browse files Browse the repository at this point in the history
Keep relay buffer when clicking on the nicklist
  • Loading branch information
mhoran authored Sep 6, 2022
2 parents 7b11324 + cb5ece2 commit 53b3b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NicklistDialog : ListDialog(),
this.buffer = buffer
this.title = buffer.shortName
this.adapter = NicklistAdapter(requireContext()) {
Events.SendMessageEvent.fire("input 0x%x /query %s", buffer.pointer, it.name)
Events.SendMessageEvent.fire("input 0x%x /query -noswitch %s", buffer.pointer, it.name)
dismiss()
}
}
Expand Down

0 comments on commit 53b3b61

Please sign in to comment.