mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Remember which tabs are open between sessions (#5467)
This commit is contained in:
parent
23bd18a04c
commit
2def02e140
8 changed files with 219 additions and 66 deletions
|
|
@ -128,6 +128,27 @@ void SettingsCache::setTokenDatabasePath(const QString & /* _tokenDatabasePath *
|
|||
void SettingsCache::setThemeName(const QString & /* _themeName */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabVisualDeckStorageOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabServerOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabAccountOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabDeckStorageOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabReplaysOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabAdminOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setTabLogOpen(bool /*value*/)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setPicDownload(QT_STATE_CHANGED_T /* _picDownload */)
|
||||
{
|
||||
}
|
||||
|
|
@ -194,9 +215,6 @@ void SettingsCache::setVisualDeckStorageSortingOrder(int /* _visualDeckStorageSo
|
|||
void SettingsCache::setVisualDeckStorageCardSize(int /* _visualDeckStorageCardSize */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setVisualDeckStorageShowOnLoad(QT_STATE_CHANGED_T /* _visualDeckStorageShowOnLoad */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setVisualDeckStorageDrawUnusedColorIdentities(
|
||||
QT_STATE_CHANGED_T /* _visualDeckStorageDrawUnusedColorIdentities */)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue