diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index 56999e5d..4f154f16 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -966,7 +966,6 @@ void CaptureWidget::initShortcuts() shortcut = ConfigHandler().shortcut( QVariant::fromValue(CaptureToolButton::ButtonType::TYPE_IMAGEUPLOADER) .toString()); - new QShortcut(shortcut, this, SLOT(uploadScreenshot())); new QShortcut(QKeySequence(ConfigHandler().shortcut("TYPE_TOGGLE_PANEL")), this,