mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 17:48:39 -08:00
Add option to disable card rounding (#5760)
* Add option to disable card rounding * Effing mocks * format * Get rid of cardCornerRadius property
This commit is contained in:
@@ -391,6 +391,9 @@ void SettingsCache::setUpdateReleaseChannelIndex(int /* value */)
|
||||
void SettingsCache::setMaxFontSize(int /* _max */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setRoundCardCorners(bool /* _roundCardCorners */)
|
||||
{
|
||||
}
|
||||
|
||||
void PictureLoader::clearPixmapCache(CardInfoPtr /* card */)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user