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 cac44fd commit 913ba89Copy full SHA for 913ba89
1 file changed
core/Controller/PreviewController.php
@@ -67,7 +67,7 @@ public function getPreview(
67
int $x = 32,
68
int $y = 32,
69
bool $a = false,
70
- bool $forceIcon = true,
+ bool $forceIcon = false,
71
string $mode = 'fill',
72
bool $mimeFallback = false): Response {
73
if ($file === '' || $x === 0 || $y === 0) {
@@ -111,7 +111,7 @@ public function getPreviewByFileId(
111
112
113
114
115
116
bool $mimeFallback = false) {
117
if ($fileId === -1 || $x === 0 || $y === 0) {
0 commit comments