Launcher: cap the search history at 20 items.
This commit is contained in:
parent
37aba7dbd4
commit
faa211bf5d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
using namespace flightgear;
|
using namespace flightgear;
|
||||||
|
|
||||||
const unsigned int MAX_RECENT_LOCATIONS = 64;
|
const unsigned int MAX_RECENT_LOCATIONS = 20;
|
||||||
|
|
||||||
QVariant savePositionList(const FGPositionedList& posList)
|
QVariant savePositionList(const FGPositionedList& posList)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue