From 3551ca60a018722314851eab2eead7a104233ce1 Mon Sep 17 00:00:00 2001 From: Alexej Rotar Date: Thu, 15 Feb 2024 19:07:29 +0100 Subject: [PATCH] close applications for notebooks with no battery --- sites/angestoepselt/_data/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/angestoepselt/_data/config.json b/sites/angestoepselt/_data/config.json index 0ab2653..2ccf5f4 100644 --- a/sites/angestoepselt/_data/config.json +++ b/sites/angestoepselt/_data/config.json @@ -2,7 +2,7 @@ "applicationsClosed": false, "devices": [ { "name": "Laptop", "available": false }, - { "name": "Laptop ohne Akku", "available": true }, + { "name": "Laptop ohne Akku", "available": false }, { "name": "Desktop-Computer", "available": true } ] }