Filemanager: Remove uneeded buttons from anonymous share nextmatch

This commit is contained in:
nathan 2022-11-23 14:13:20 -07:00
parent 3402ed645a
commit 2811304833

View File

@ -57,6 +57,10 @@ class AnonymousList extends filemanager_ui
// Override and take over get_rows so we can customize
$content['nm']['get_rows'] = '.' . get_class($this) . '.get_rows';
$content['nm']['show_refresh'] = true;
$content['nm']['no_filter'] = true;
$content['nm']['favorites'] = false;
$this->etemplate->setElementAttribute("nm", "header_right", '');
return parent::listview($content, $msg);
}