mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Respect default deck editor choice (#6136)
* Respect default deck editor choice. Took 5 minutes * Don't force open default deck editor on startup. Took 1 minute --------- Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
46285a499e
commit
ab6b32b8ba
2 changed files with 1 additions and 2 deletions
|
|
@ -314,7 +314,6 @@ static void checkAndTrigger(QAction *checkableAction, bool checked)
|
|||
void TabSupervisor::initStartupTabs()
|
||||
{
|
||||
auto homeTab = addHomeTab();
|
||||
addDeckEditorTab(nullptr);
|
||||
setCurrentWidget(homeTab);
|
||||
|
||||
if (SettingsCache::instance().getTabVisualDeckStorageOpen()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue