mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Use higher preview resolution in trashbin
For #14639 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c01019b536
commit
50a2ab8bc6
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ class PreviewController extends Controller {
|
|||
*/
|
||||
public function getPreview(
|
||||
int $fileId,
|
||||
int $x = 44,
|
||||
int $y = 44
|
||||
int $x = 128,
|
||||
int $y = 128
|
||||
) {
|
||||
|
||||
if ($x === 0 || $y === 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue