mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
disable the filters widget on the vde
This commit is contained in:
parent
6faa0d54e3
commit
3c915f2501
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ TabDeckEditorVisual::TabDeckEditorVisual(TabSupervisor *_tabSupervisor) : Abstra
|
|||
|
||||
loadLayout();
|
||||
cardDatabaseDockWidget->setHidden(true);
|
||||
|
||||
// disable filters
|
||||
viewMenu->removeAction(dockToActions[filterDockWidget].menu->menuAction());
|
||||
filterDockWidget->hide();
|
||||
}
|
||||
|
||||
/** @brief Creates the central frame containing the tab container. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue