diff --git a/src/data/settings.hpp b/src/data/settings.hpp index 66db6c61..2a1be1f2 100644 --- a/src/data/settings.hpp +++ b/src/data/settings.hpp @@ -124,7 +124,7 @@ class Settings { // --------------------------------------------------- : Recently opened sets vector recent_sets; - static const UInt max_recent_sets = 4; // store this many recent sets + static const UInt max_recent_sets = 9; // store this many recent sets /// Add a file to the list of recent files void addRecentFile(const String& filename);