From 3b6dbad43eef877c0b3c0b1af2b4c1128d6c6d94 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Thu, 5 Dec 2024 03:30:27 -0800 Subject: [PATCH] fix typo --- cockatrice/src/settings/cache_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/settings/cache_settings.cpp b/cockatrice/src/settings/cache_settings.cpp index afb5a6450..0ee576e22 100644 --- a/cockatrice/src/settings/cache_settings.cpp +++ b/cockatrice/src/settings/cache_settings.cpp @@ -509,7 +509,7 @@ void SettingsCache::setTabGameSplitterSizes(const QByteArray &_tabGameSplitterSi void SettingsCache::setShowShortcuts(QT_STATE_CHANGED_T _showShortcuts) { showShortcuts = static_cast(_showShortcuts); - settings->setValue("menu/ShowShortcuts", showShortcuts); + settings->setValue("menu/showshortcuts", showShortcuts); } void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T _displayCardNames)