]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/viewpropertiesdialog.cpp
Revert "Configurable Show hidden files and folders last toggle"
[dolphin.git] / src / settings / viewpropertiesdialog.cpp
index 2bf31744000a972f47ddf160e66030d7627e9637..82d182d1d00c8a9e8cc736c9df3428596d7f65c5 100644 (file)
@@ -209,7 +209,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
     layout->addWidget(buttonBox);
 
     auto okButton = buttonBox->button(QDialogButtonBox::Ok);
-    okButton->setShortcut(Qt::CTRL + Qt::Key_Return);
+    okButton->setShortcut(Qt::CTRL | Qt::Key_Return);
     okButton->setDefault(true);
 
     auto applyButton = buttonBox->button(QDialogButtonBox::Apply);