From ce95044836c62387a9300fb91e130c7399476399 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 29 Sep 2020 22:07:26 -0400 Subject: [PATCH] Added dialog a11y options. --- audiogame-manager.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 06c11a5..c283685 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Dialog accessibility +export DIALOGOPTS='--no-lines --visit-items' + # Automatic update function update() { local filePath="$(command -v ${0})"