blob: b30f414f604d14eba10ec0ffec40adbba8c3682c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// 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
|