diff -r da05df77652e -r 3ca3acefc66a application/application.h --- a/application/application.h Mon Oct 21 13:22:45 2024 +0200 +++ b/application/application.h Mon Oct 21 15:45:12 2024 +0200 @@ -123,6 +123,9 @@ CxBuffer *text_content; char *tmp_file; + + bool loaded; + bool window_closed; } DavResourceViewer; typedef struct DavPropertyList {