diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-05 20:05:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-05 20:05:46 +0100 |
| commit | 129d8d9a5922eb3d4df9320418fb98dfbbadc053 (patch) | |
| tree | 47422dcb5536ebc0c0ba62907aab9c2daa9c10f8 /src/search.cpp | |
| parent | f3401ce1532938fec63d22095ca8b14affcfdce3 (diff) | |
save previous search query to config and load on startup
Diffstat (limited to 'src/search.cpp')
| -rw-r--r-- | src/search.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search.cpp b/src/search.cpp index 93cb9e9..b48b04d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1,5 +1,6 @@ #include "search.h" #include "platform.h" +#include "config.h" #include <stdio.h> |
