Merge pull request 'close applications for notebooks with no battery' (#147) from close-applications into main

Reviewed-on: https://codeberg.org/angestoepselt/homepage/pulls/147
This commit is contained in:
Yannik Rödel 2024-02-18 19:25:16 +00:00
commit 52493cf9d4

View file

@ -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 }
]
}