1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-06 20:33:30 +01:00

GlobalShortcutsManager: Fix reading settings

This commit is contained in:
Jonas Kvinge 2021-09-02 00:52:21 +02:00
parent b849edfcca
commit 3127474fd7

View File

@ -116,8 +116,6 @@ void GlobalShortcutsManager::ReloadSettings() {
backends_enabled_ << GlobalShortcutsBackend::Type_Win;
#endif
settings_.beginGroup(GlobalShortcutsSettingsPage::kSettingsGroup);
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) && defined(HAVE_DBUS)
if (settings_.value("use_kde", true).toBool()) {
backends_enabled_ << GlobalShortcutsBackend::Type_KDE;