mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
[VDE] Allow visual database display to toggle to table based display. (#6357)
This commit is contained in:
parent
c75a483ee6
commit
bac6beeb50
4 changed files with 78 additions and 34 deletions
|
|
@ -25,7 +25,8 @@ public:
|
|||
void retranslateUi() override;
|
||||
[[nodiscard]] QString getTabText() const override
|
||||
{
|
||||
return tr("Visual Database Display");
|
||||
return visualDatabaseDisplayWidget->displayModeButton->isChecked() ? tr("Database Display")
|
||||
: tr("Visual Database Display");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue