1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 18:30:15 -04:00

image previews can now be disabled

This commit is contained in:
nova
2025-09-24 22:44:13 +02:00
parent fb1af6d2d2
commit fe781c2d3c
4 changed files with 45 additions and 27 deletions

View File

@@ -157,7 +157,6 @@ void *thread_rgt(){
if (mid_content[selected_file_current].permissions & S_IRUSR) {
if (file_current.file_type == FILE_TYPE_DIR || file_current.file_type == FILE_TYPE_SYMLINK) {
images_clear();
unsigned long i = 0;
for (i = 0; i < rgt_file_count; i++) {