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:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user