Change unread status of message in "All Accounts" when it changes in "Chans" #1117
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ui-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I completely rewritten
MyForm.tableWidgetInboxItemClicked()
and now message unread status seems to be consistent between "Chans" and "All Accounts".I also tried to make other methods using the
QTableWidgetItem.setUnread()
similar as much as possible and commented out unused code in it.thanks I'll look at it later today