--- a/ui/gtk/list.c Wed Oct 08 22:00:20 2025 +0200
+++ b/ui/gtk/list.c Thu Oct 09 11:44:10 2025 +0200
@@ -425,6 +425,8 @@
entry->listview = NULL;
free(entry->previous_value);
entry->previous_value = NULL;
+ } else if(GTK_IS_CHECK_BUTTON(child)) {
+
}
}