From c3b90f59b72e5bbd0980098008bb94e53a0542b5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 28 Oct 2017 18:15:08 -0400 Subject: MqConfig: Add directories.* preferences --- (limited to 'src') diff --git a/src/config.c b/src/config.c index ed2c4d9..8b46fb1 100644 --- a/src/config.c +++ b/src/config.c @@ -164,6 +164,11 @@ set_defaults(MqConfig *config) SET_INT ("window.width", 1024); SET_INT ("window.height", 768); + /* Hidden directory preferences */ + SET_STR ("directories.open-file", ""); + SET_STR ("directories.downloads", + g_get_user_special_dir(G_USER_DIRECTORY_DOWNLOAD)); + config->types_and_cbs_set = TRUE; } -- cgit v0.9.1