mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Fix quicklaunch setting name
This commit is contained in:
parent
9e8aad4cce
commit
45608b76b1
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function Home({ initialSettings }) {
|
||||||
setSearchString={setSearchString}
|
setSearchString={setSearchString}
|
||||||
isOpen={searching}
|
isOpen={searching}
|
||||||
close={setSearching}
|
close={setSearching}
|
||||||
searchDescriptions={settings.quicklook?.searchDescriptions}
|
searchDescriptions={settings.quicklaunch?.searchDescriptions}
|
||||||
/>
|
/>
|
||||||
{widgets && (
|
{widgets && (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue