aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r--src/ui/widgets/KeyList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp
index 89634f95..8b93a088 100644
--- a/src/ui/widgets/KeyList.cpp
+++ b/src/ui/widgets/KeyList.cpp
@@ -355,7 +355,7 @@ void KeyList::dropEvent(QDropEvent* event) {
else {
general["confirm_import_keys"] = checkBox->isChecked();
}
- GlobalSettingStation::GetInstance().Sync();
+ GlobalSettingStation::GetInstance().SyncSettings();
}
if (event->mimeData()->hasUrls()) {
@@ -584,7 +584,7 @@ void KeyTable::Refresh(KeyLinkListPtr m_keys) {
type_steam << "#";
}
- if(it->HasCardKey()) {
+ if (it->HasCardKey()) {
type_steam << "^";
}