mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #29] Can we hide tree view in the left side? #16
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plonknimbuzz on GitHub (Dec 13, 2017).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/29
i like the new feature but tree view is no needed when we use it on big server and especially with slow connection.
Why? because the script is scan all directory recrusively. So i think we need an option to remove this in the configuration file or you can give us the old ones. because i forgot to fork your last project before this update
@prasathmani commented on GitHub (Dec 13, 2017):
new feature has been added, so now can set
$show_tree_view=false. tree view will be disabled.