Skip to content

Commit

Permalink
More search history (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Hammer <[email protected]>
  • Loading branch information
tohammer authored Dec 6, 2023
1 parent c300fce commit 5eebf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class MainWindow : public QMainWindow
QStringList autoloadPluginsVersionStrings;

/* String List Containing Search History */
enum { MaxSearchHistory = 20 };
enum { MaxSearchHistory = 50 };
QAction *searchHistoryActs[MaxSearchHistory];
QStringList searchHistory;

Expand Down

0 comments on commit 5eebf84

Please sign in to comment.