mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-14 14:20:28 +05:30
Ensure saved search history does not appear when disabled.
This commit is contained in:
parent
f920a1aae8
commit
5af767decb
@ -48,6 +48,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async refreshSuggestions() {
|
async refreshSuggestions() {
|
||||||
if (!this.searchText) {
|
if (!this.searchText) {
|
||||||
|
if (this.getPreferenceBoolean("searchHistory", false))
|
||||||
this.searchSuggestions = JSON.parse(localStorage.getItem("search_history")) ?? [];
|
this.searchSuggestions = JSON.parse(localStorage.getItem("search_history")) ?? [];
|
||||||
} else {
|
} else {
|
||||||
this.searchSuggestions = (
|
this.searchSuggestions = (
|
||||||
|
Loading…
Reference in New Issue
Block a user