settings, uisettings: Initialize linkage counter

This commit is contained in:
lat9nq 2023-06-09 16:53:01 -04:00
parent 689efc9175
commit e24838dabc
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ struct GameDir {
};
struct Values {
Settings::Linkage linkage{};
Settings::Linkage linkage{1000};
QByteArray geometry;
QByteArray state;