- Fixed hotkey behaviour in vanilla inputs
- Changed behaviour of tab switching
This commit is contained in:
@@ -198,6 +198,9 @@ internal class Tab
|
||||
[NonSerialized]
|
||||
public HashSet<Guid> TrackedMessageIds = new();
|
||||
|
||||
[NonSerialized]
|
||||
public InputChannel? PreviousChannel;
|
||||
|
||||
~Tab() { MessagesMutex.Dispose(); }
|
||||
|
||||
internal bool Contains(Message message) {
|
||||
|
||||
Reference in New Issue
Block a user