We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0c56a commit 437dcffCopy full SHA for 437dcff
apps/files/src/plugins/search/folderSearch.ts
@@ -29,8 +29,9 @@ function init() {
29
icon: imagePath('files', 'app.svg'),
30
callback: (showFilePicker: boolean = true) => {
31
if (showFilePicker) {
32
- const filepicker = getFilePickerBuilder('Pick plain text files')
+ const filepicker = getFilePickerBuilder(t('files', 'Pick Folder to search in'))
33
.addMimeTypeFilter('httpd/unix-directory')
34
+ .setNoMenu(true)
35
.allowDirectories(true)
36
.addButton({
37
label: 'Pick',
0 commit comments