mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Add option to hide status bar (#5983)
* reorganize actions * add setting to settingsCache * use setting * add shortcut * fix typo
This commit is contained in:
parent
f059643187
commit
da2488f7d8
7 changed files with 44 additions and 3 deletions
|
|
@ -164,6 +164,9 @@ void SettingsCache::setTabLogOpen(bool /*value*/)
|
|||
void SettingsCache::setPicDownload(QT_STATE_CHANGED_T /* _picDownload */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setShowStatusBar(bool /* value */)
|
||||
{
|
||||
}
|
||||
void SettingsCache::setNotificationsEnabled(QT_STATE_CHANGED_T /* _notificationsEnabled */)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue