From dd9db4140304c480745f7f344ff67041bdd2c9ad Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Sat, 1 Sep 2018 01:50:30 +0200 Subject: [PATCH] fix task_save.c --- tasks/task_save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_save.c b/tasks/task_save.c index 556da1fde0..1b5d93be4e 100644 --- a/tasks/task_save.c +++ b/tasks/task_save.c @@ -1010,7 +1010,7 @@ static void save_state_cb(void *task_data, char *path = strdup(state->path); if (state->thumbnail_enable) - take_screenshot(path, true, state->has_valid_framebuffer); + take_screenshot(path, true, state->has_valid_framebuffer, false, true); free(path); }