From 4015ae6f52c43a8208f68d7272b96f99ae1260e4 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Mon, 22 Jun 2020 20:38:17 +0200 Subject: [PATCH] Remove GUI lock until nsmd is fixed --- qtgui/sessiontreecontroller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qtgui/sessiontreecontroller.py b/qtgui/sessiontreecontroller.py index 0f1acfd..cc5cd10 100644 --- a/qtgui/sessiontreecontroller.py +++ b/qtgui/sessiontreecontroller.py @@ -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: