Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "+New" button to create directories? #1396

Closed
Thatoo opened this issue Jul 25, 2024 · 1 comment
Closed

Remove "+New" button to create directories? #1396

Thatoo opened this issue Jul 25, 2024 · 1 comment

Comments

@Thatoo
Copy link

Thatoo commented Jul 25, 2024

I just wonder how to remove this "+New" button that allow to add a new folder and we don't need/want in the picker app...

I'm not sure which method I should call https://nextcloud-libraries.github.io/nextcloud-dialogs/classes/index.FilePickerBuilder.html#allowDirectories

image

@skjnldsv
Copy link
Contributor

.file-picker__main .breadcrumb__actions {
	display: none !important;
}

Not supported, nor planned to be implemented.
This should do the trick, but this is succeptible to change, we do not support nor recommand you customizing your Nextcloud that way. Good luck ✌️

@skjnldsv skjnldsv closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants