(fix): ttp_url missing in qrcode
All checks were successful
/ build-web (push) Successful in 1m7s
/ build-desktop (push) Successful in 11m6s
/ build-mobile (push) Successful in 15m35s
/ release (push) Successful in 23s

This commit is contained in:
Alois 2026-05-22 20:34:05 +02:00
commit 167036533c
2 changed files with 17 additions and 8 deletions

View file

@ -190,11 +190,9 @@ export default function Form() {
[save],
);
const isTauriEnv = isTauri();
return (
<div className="flex md:flex-row flex-col gap-15">
{isTauriEnv ? (
{isTauri() ? (
<>
<QrCodeScanner
onData={async (data) => {