Remove redundant "show unused color identities" settings (#5745)

* move setting to vds settings menu

* emit signal on change

* rename setting
This commit is contained in:
RickyRister 2025-03-18 15:21:28 -07:00 committed by GitHub
parent c219d8bdbb
commit b5c5d221c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 38 additions and 26 deletions

View file

@ -64,6 +64,7 @@ signals:
void visualDeckStorageShowTagsOnDeckPreviewsChanged(bool _visible);
void visualDeckStorageCardSizeChanged();
void visualDeckStorageDrawUnusedColorIdentitiesChanged(bool _visible);
void visualDeckStorageUnusedColorIdentitiesOpacityChanged(bool value);
void visualDeckStorageInGameChanged(bool enabled);
void horizontalHandChanged();
void handJustificationChanged();