- Fixed hotkey behaviour in vanilla inputs

- Changed behaviour of tab switching
This commit is contained in:
Infi
2024-04-21 00:29:07 +02:00
parent 6215b5b20f
commit 366e121783
4 changed files with 98 additions and 48 deletions
+3
View File
@@ -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) {