Commit 03b72c52 authored by twanvl's avatar twanvl

remember 9 recent sets instead of only 4

parent b61d3401
...@@ -124,7 +124,7 @@ class Settings { ...@@ -124,7 +124,7 @@ class Settings {
// --------------------------------------------------- : Recently opened sets // --------------------------------------------------- : Recently opened sets
vector<String> recent_sets; vector<String> 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 /// Add a file to the list of recent files
void addRecentFile(const String& filename); void addRecentFile(const String& filename);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment