Update: Added ability to hide login button, minor changes in readme.

This commit is contained in:
Keyitdev
2024-04-06 16:47:14 +02:00
parent ba0dd8f377
commit ac461e344a
14 changed files with 110 additions and 101 deletions
+3 -1
View File
@@ -21,7 +21,7 @@ FullBlur="false"
PartialBlur="true"
## Enable or disable the blur effect; if HaveFormBackground is set to true then PartialBlur will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur.
BlurRadius="0"
BlurRadius="80"
## Set the strength of the blur effect. Anything above 100 is pretty strong and might slow down the rendering time. 0 is like setting false for any blur.
@@ -77,6 +77,8 @@ Font="Open Sans"
FontSize=""
## Only set a fixed value if fonts are way too small for your resolution. Preferrably kept empty.
HideLoginButton="true"
## Hides login button if set to true.
## [Interface Behavior]