Store search history

PR #22208.
This commit is contained in:
Vladimir Golovnev
2025-01-30 08:59:10 +03:00
committed by GitHub
parent f8536162f2
commit b76054beba
6 changed files with 246 additions and 7 deletions

View File

@@ -173,6 +173,8 @@ public:
void setSearchEnabled(bool enabled);
// Search UI
int searchHistoryLength() const;
void setSearchHistoryLength(int length);
bool storeOpenedSearchTabs() const;
void setStoreOpenedSearchTabs(bool enabled);
bool storeOpenedSearchTabResults() const;