Code

conf.c: use g_mkdir for WIN32 compatibility
[ncmpc.git] / src / options.c
index 9bc338ebf30d5aa15c68b8646d5669a114540db3..35de128e1e602a4b7aed0d5008120471d10ac1ca 100644 (file)
@@ -53,6 +53,7 @@ options_t options = {
        .lyrics_timeout = DEFAULT_LYRICS_TIMEOUT,
        .lyrics_autosave = false,
        .lyrics_show_plugin = false,
+       .text_editor_ask = true,
 #endif
        .find_wrap = true,
        .scroll_offset = 0,