Sort out status leds and project closing (#1237)

This commit is contained in:
Veronica Berglyd Olsen
2022-11-16 11:20:40 +01:00
parent 9f4b9a4dde
commit 62cf9b6184
4 changed files with 29 additions and 30 deletions
-9
View File
@@ -130,15 +130,6 @@ class nwAlert(Enum):
# END Enum nwAlert
class nwState(Enum):
NONE = 0
BAD = 1
GOOD = 2
# END Enum nwState
class nwView(Enum):
EDITOR = 0