1
0
Fork 0

Launcher: cap the search history at 20 items.

This commit is contained in:
James Turner 2020-07-13 10:48:32 +01:00
parent 37aba7dbd4
commit faa211bf5d

View file

@ -50,7 +50,7 @@
using namespace flightgear;
const unsigned int MAX_RECENT_LOCATIONS = 64;
const unsigned int MAX_RECENT_LOCATIONS = 20;
QVariant savePositionList(const FGPositionedList& posList)
{