mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Don't force open default deck editor on startup.
Took 1 minute
This commit is contained in:
parent
145669801e
commit
0a1117b846
1 changed files with 0 additions and 1 deletions
|
|
@ -314,7 +314,6 @@ static void checkAndTrigger(QAction *checkableAction, bool checked)
|
||||||
void TabSupervisor::initStartupTabs()
|
void TabSupervisor::initStartupTabs()
|
||||||
{
|
{
|
||||||
auto homeTab = addHomeTab();
|
auto homeTab = addHomeTab();
|
||||||
addDeckEditorTab(nullptr);
|
|
||||||
setCurrentWidget(homeTab);
|
setCurrentWidget(homeTab);
|
||||||
|
|
||||||
if (SettingsCache::instance().getTabVisualDeckStorageOpen()) {
|
if (SettingsCache::instance().getTabVisualDeckStorageOpen()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue