Add comment about file:// for theme image property

This commit is contained in:
miruka 2020-03-10 12:28:22 -04:00
parent 59296dd22c
commit 1c9604c31a
2 changed files with 6 additions and 4 deletions

View File

@ -237,10 +237,11 @@ controls:
int lightness: Math.min(72, colors.intensity * 72) int lightness: Math.min(72, colors.intensity * 72)
// Special UI parts // Specific interface parts
ui: ui:
// Image can be an URL or local file path. // The background image can be an URL or local file path
// (in the form file://<path>, e.g. file:///home/user/images/foo.png).
// If not specified, the gradient will be shown instead. // If not specified, the gradient will be shown instead.
url image: "" url image: ""

View File

@ -237,10 +237,11 @@ controls:
int lightness: Math.min(72, colors.intensity * 72) int lightness: Math.min(72, colors.intensity * 72)
// Special UI parts // Specific interface parts
ui: ui:
// Image can be an URL or local file path. // The background image can be an URL or local file path
// (in the form file://<path>, e.g. file:///home/user/images/foo.png).
// If not specified, the gradient will be shown instead. // If not specified, the gradient will be shown instead.
url image: "" url image: ""