mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop/settings: hook up button to clear remembered DCs
And at least admit that the reset settings button isn't hooked up at all. OOOOPS. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b5fe44bb87
commit
f5411b7d68
2 changed files with 16 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ public slots:
|
|||
void on_localDefaultFile_toggled(bool toggled);
|
||||
void on_ffmpegFile_clicked();
|
||||
void on_extractVideoThumbnails_toggled(bool toggled);
|
||||
void on_resetSettings_clicked();
|
||||
void on_resetRememberedDCs_clicked();
|
||||
|
||||
private:
|
||||
Ui::PreferencesDefaults *ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue