From 8637f076f5c6285b0f7de8388da1cbfa07c82474 Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Sun, 10 May 2026 20:07:03 +0300 Subject: [PATCH] feat: use compact render --- internal/transport/videochannel/gr | 2 +- script/srv.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/transport/videochannel/gr b/internal/transport/videochannel/gr index 42a61ff..fb510cf 160000 --- a/internal/transport/videochannel/gr +++ b/internal/transport/videochannel/gr @@ -1 +1 @@ -Subproject commit 42a61ffd211bc59c884df8acb7fbdb30daa5890d +Subproject commit fb510cfc73cf92b8ae4ca3e9c9a2049b224d683b diff --git a/script/srv.sh b/script/srv.sh index c49a01e..a6edb1a 100755 --- a/script/srv.sh +++ b/script/srv.sh @@ -374,7 +374,7 @@ if curl -fsSL "$GR_URL" -o "$GR_BIN" 2>/dev/null; then chmod +x "$GR_BIN" echo "[*] QR code for your URI (scan with olcbox):" echo "" - "$GR_BIN" "$OLC_URI" 2>/dev/null || echo "[!] QR generation failed" + "$GR_BIN" -s "$OLC_URI" 2>/dev/null || echo "[!] QR generation failed" echo "" else echo "[!] Could not download gr ($GR_URL), skipping QR"