Add a new preference for the visibility icons

Add a preference to Display->UI that allows the user to choose if
the visibility icons are shown in the tree view.
This commit is contained in:
André Althaus
2024-02-21 19:28:28 +01:00
parent 65cb454559
commit 8ed244df3f
7 changed files with 82 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ static bool _DraggingActive;
static bool _DragEventFilter;
static bool isVisibilityIconEnabled() {
return true;
return TreeParams::getVisibilityIcon();
}
static bool isSelectionCheckBoxesEnabled() {