mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Gui: Fix connect
This commit is contained in:
parent
bede81b80e
commit
2baaa4da0b
@ -159,7 +159,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)
|
||||
|
||||
QTimer::singleShot(1, this, &SettingsDialog::showFirstPage);
|
||||
|
||||
connect(_ui->hideButton, &QPushButton::click, &QMainWindow::hide);;
|
||||
connect(_ui->hideButton, &QPushButton::clicked, this, &SettingsDialog::hide);
|
||||
|
||||
QAction *showLogWindow = new QAction(this);
|
||||
showLogWindow->setShortcut(QKeySequence("F12"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user