[VDS] Add setting to show deck filepath in tooltip (#5899)

* [VDS] Show deck filepath in tooltip

* Make tooltip type into a setting

* Fix build failure
This commit is contained in:
RickyRister
2025-05-12 14:39:58 -07:00
committed by GitHub
parent 17c767fa42
commit d51620640b
8 changed files with 89 additions and 1 deletions

View File

@@ -251,6 +251,9 @@ void SettingsCache::setVisualDeckStorageUnusedColorIdentitiesOpacity(
int /* _visualDeckStorageUnusedColorIdentitiesOpacity */)
{
}
void SettingsCache::setVisualDeckStorageTooltipType(int /* value */)
{
}
void SettingsCache::setVisualDeckStoragePromptForConversion(bool /* _visualDeckStoragePromptForConversion */)
{
}