Add number of selected action nodes

This commit is contained in:
J-Jamet
2019-10-10 19:17:38 +02:00
parent 4d2f3cb4b1
commit 2ce3b21f1b

View File

@@ -295,6 +295,9 @@ class ListNodesFragment : StylishFragment(), SortDialogFragment.SortSelectionLis
}
}
// Add the number of items selected in title
mode?.title = nodes.size.toString()
return true
}