Add option to disable card rounding

This commit is contained in:
Basile Clément 2025-03-20 21:44:34 +01:00
parent 48123c8822
commit f29c4f3783
No known key found for this signature in database
11 changed files with 104 additions and 17 deletions

View file

@ -384,6 +384,9 @@ void SettingsCache::setUpdateReleaseChannelIndex(int /* value */)
void SettingsCache::setMaxFontSize(int /* _max */)
{
}
void SettingsCache::setRoundCardCorners(bool /* _roundCardCorners */)
{
}
void PictureLoader::clearPixmapCache(CardInfoPtr /* card */)
{