// kj-youtube-dl - configuration // See LICENSE file for copyright and license details. #ifndef CONFIG_H #define CONFIG_H #define WINDOW_TITLE "kj-youtube-dl" #define DEFAULT_DOWNLOAD_DIR "Downloads" #endif