Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The logo in the top left of the webclient can be changed by specifying a file path or URL to an image ((PNG, JPG, GIF, etc) . Image can be any size, it will be resized to fit the header.

Code Block
languagexml
themeRDark
webclient.logo = "/path/to/image.png"

...

The default name is SHRINE but the network name can be changed by setting the webclient.name property. For best display results, the network name should be 75 characters or less.

Code Block
languagexml
themeRDark
webclient.name = "My SHRINE"

...