mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
This commit is contained in:
parent
fbc3b1196f
commit
e595a37a4d
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@
|
|||
'scaleLevel' => null,
|
||||
])
|
||||
|
||||
@php
|
||||
// HOTFIX Github Issue https://github.com/usetrmnl/byos_laravel/issues/190
|
||||
if ($colorDepth == '2bit'){
|
||||
$deviceVariant = 'ogv2';
|
||||
}
|
||||
@endphp
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue