Kubis10 / CounterForMessenger

Counter for Messenger - First and most extensive free desktop application made in Python with tkinter
https://kubis10.github.io/CounterForMessengerPage/
Other
20 stars 28 forks source link

updated main.py #34

Closed Abhijeet-1409 closed 1 year ago

Abhijeet-1409 commented 1 year ago

updated treeview_sort_msg tag_configure method is used to apply sorting which used numeric sorting

updated treeview_sort_column tag_configure method is used to apply sorting which used string sorting

update getMessages sorts the participants' dictionary based on their message count in descending order, ensuring that participants in the "more stats" section are sorted by default based on their message count.