1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-28 23:29:37 +02:00

Added support for .ico files

This commit is contained in:
Paweł Malak 2021-11-20 14:18:42 +01:00
parent 089ace562a
commit 8941f8f2f4
6 changed files with 17 additions and 5 deletions

View file

@ -85,7 +85,9 @@ export const UISettings = (): JSX.Element => {
<SettingsHeadline text="Header" />
{/* HIDE HEADER */}
<InputGroup>
<label htmlFor="hideHeader">Hide greetings</label>
<label htmlFor="hideHeader">
Hide headline (greetings and weather)
</label>
<select
id="hideHeader"
name="hideHeader"