mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
open on startup
This commit is contained in:
parent
a586fae0bb
commit
1972a90ff4
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@ TabSupervisor::TabSupervisor(AbstractClient *_client, QMenu *tabsMenu, QWidget *
|
|||
resetTabsMenu();
|
||||
|
||||
retranslateUi();
|
||||
|
||||
// open always-available tabs on startup
|
||||
aTabVisualDeckStorage->setChecked(SettingsCache::instance().getVisualDeckStorageShowOnLoad());
|
||||
}
|
||||
|
||||
TabSupervisor::~TabSupervisor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue