--- a/ui/qt/list.cpp Fri Jul 18 21:49:29 2025 +0200 +++ b/ui/qt/list.cpp Fri Jul 18 21:54:33 2025 +0200 @@ -84,7 +84,7 @@ SLOT(selectionChanged(const QItemSelection &, const QItemSelection &))); - ctn->add(view, false); + ctn->add(view); return view; } @@ -124,7 +124,7 @@ SLOT(selectionChanged(const QItemSelection &, const QItemSelection &))); - ctn->add(view, false); + ctn->add(view); return view; }