Python implementation of account collapsing

This commit is contained in:
miruka
2020-05-13 20:22:48 -04:00
parent 064dd08f02
commit eff203032c
3 changed files with 37 additions and 5 deletions

View File

@@ -116,6 +116,8 @@ HTileDelegate {
function setCollapse(collapse) {
window.uiState.collapseAccounts[model.id] = collapse
window.uiStateChanged()
py.callCoro("set_account_collapse", [model.id, collapse])
}
function toggleCollapse() {