From c137cbf93d057c6a985d85b35ee6c1e51eb05869 Mon Sep 17 00:00:00 2001 From: osm0sis Date: Sat, 30 May 2020 11:35:41 -0300 Subject: AK3: allow hiding block display for zips with custom output --- tools/ak3-core.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/ak3-core.sh b/tools/ak3-core.sh index d758e48..79f3a32 100755 --- a/tools/ak3-core.sh +++ b/tools/ak3-core.sh @@ -753,7 +753,9 @@ setup_ak() { fi; ;; esac; - ui_print "$block"; + if [ ! "$no_block_display" ]; then + ui_print "$block"; + fi; } ### -- cgit v1.2.3