mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00: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
@ -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 New Issue
Block a user