@ -95,6 +95,7 @@ class SessionItem(QtWidgets.QTreeWidgetItem):
def setLocked(self, state:bool):
"""Number of clients, symlinks and size change frequently while a session is open/locked.
We deactivate the display of these values while locked"""
return
if not state == self.isDisabled():
self.setDisabled(state)
if state: