Skip to content

Commit abda0e0

Browse files
committed
Add missing signal connection
1 parent f90b0c6 commit abda0e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interface/fragment/SettingsFragment.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ SettingsFragment::SettingsFragment(TrayIcon *trayIcon,
9696
*/
9797
connect(ui->liveprog_autoextract, &QCheckBox::clicked, this, &SettingsFragment::onLiveprogAutoExtractToggled);
9898
connect(ui->liveprog_extractNow, &QPushButton::clicked, this, &SettingsFragment::onExtractAssetsClicked);
99+
connect(ui->savePaths, &QPushButton::clicked, this, &SettingsFragment::onSavePathsClicked);
99100

100101
/*
101102
* Devices signals

0 commit comments

Comments
 (0)