mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28: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}
|
||||
isOpen={searching}
|
||||
close={setSearching}
|
||||
searchDescriptions={settings.quicklook?.searchDescriptions}
|
||||
searchDescriptions={settings.quicklaunch?.searchDescriptions}
|
||||
/>
|
||||
{widgets && (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue