Add option to hide status bar (#5983)

* reorganize actions

* add setting to settingsCache

* use setting

* add shortcut

* fix typo
This commit is contained in:
RickyRister
2025-06-13 05:55:04 -07:00
committed by GitHub
parent f059643187
commit da2488f7d8
7 changed files with 44 additions and 3 deletions

View File

@@ -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 */)
{
}