From 03d34d5643b5f8283b5441adcd838697ab18fbbd Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 16 Mar 2024 19:37:27 +0200 Subject: [PATCH] nheko: add comment on --compact --- bash/usr-local-bin/nheko | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/usr-local-bin/nheko b/bash/usr-local-bin/nheko index afe5f4d..b06391e 100755 --- a/bash/usr-local-bin/nheko +++ b/bash/usr-local-bin/nheko @@ -4,6 +4,8 @@ # TODO: Handle --help & --version flags +# In case of unexplained crashing add the --compact flag! + set -x flatpak run --env=LANGUAGE=fi:eo:en im.nheko.Nheko//master --profile $@ set +x