mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-30 23:34:09 +02:00
Decrease amount of loaded DMs to lower performance hit from re-opening DMs
This commit is contained in:
parent
27fa6aefd3
commit
41bbe7c51b
@ -1393,6 +1393,13 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Block: Decrease amount of loaded DMs to avoid massive lag from re-opening them several times.
|
||||||
|
//
|
||||||
|
if (ensurePropertyExists(TD, "services", "TwitterConversation", "CONVERSATION_ENTRY_COUNT")){
|
||||||
|
TD.services.TwitterConversation.CONVERSATION_ENTRY_COUNT = 20;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Block: Fix broken horizontal scrolling of column container when holding Shift. TODO Fix broken smooth scrolling.
|
// Block: Fix broken horizontal scrolling of column container when holding Shift. TODO Fix broken smooth scrolling.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user