Fix description for showing a panel on all screens (#318)
Some checks are pending
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run

This commit is contained in:
networkException 2024-08-13 16:53:49 +02:00 committed by GitHub
parent 4dcc829e3a
commit 6e817b1c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ let
description = ''
The screen the panel should appear on. Can be an int, or a list of ints,
starting from 0, representing the ID of the screen the panel should
appear on. Alternatively it can be set to "any" if the panel should
appear on. Alternatively it can be set to "all" if the panel should
appear on all the screens.
'';
};