summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-02-06 00:53:22 +0100
committerCarl Hetherington <cth@carlh.net>2025-02-06 00:53:22 +0100
commit351c9a6a87df18a6048ee8da541cde2efb1ce6f0 (patch)
treec6cdf66a092e1347cd7033b60b7b2c1b334e6499 /src/wx/config_dialog.h
parent90bcaa36fa76e7d22ae2cbe6f299bc2784076fde (diff)
wip: use sqlite3 for playlists2895-http-playlists
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index ce2686864..62cee0145 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -235,11 +235,11 @@ private:
void setup () override;
void config_changed () override;
void content_directory_changed ();
- void playlist_directory_changed ();
+ void show_playlists_file_changed();
void kdm_directory_changed ();
wxDirPickerCtrl* _content_directory;
- wxDirPickerCtrl* _playlist_directory;
+ FilePickerCtrl* _show_playlists_file;
wxDirPickerCtrl* _kdm_directory;
};