1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

fixed image previews sticking around longer than expected

This commit is contained in:
nova
2025-09-29 19:17:23 +02:00
parent 4784ec3f64
commit 36012b1a71
4 changed files with 21 additions and 3 deletions

View File

@@ -1,9 +1,13 @@
#ifndef PREVIEW_GUARD
#define PREVIEW_GUARD
#include "file_previews.c"
#include "config.h"
#endif
char* preview_file(char *file_name, unsigned long file_size);
char* get_mimetype(char *path);
void images_clear();
void ueberzug_init();
#if SETTINGS_UEBERZUG_IMAGE_PREVIEW != 0
void ueberzug_close();
#endif