mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-11-23 23:11:08 +07:00
arc: modify topline
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
10348e5522
commit
b8ae414e7c
@ -85,13 +85,7 @@ function backtitle() {
|
||||
BACKTITLE+=" (no IP)"
|
||||
fi
|
||||
BACKTITLE+=" |"
|
||||
if [ "${ARCPATCH}" = "arc" ]; then
|
||||
BACKTITLE+=" Patch: A"
|
||||
elif [ "${ARCPATCH}" = "random" ]; then
|
||||
BACKTITLE+=" Patch: R"
|
||||
elif [ "${ARCPATCH}" = "user" ]; then
|
||||
BACKTITLE+=" Patch: U"
|
||||
fi
|
||||
BACKTITLE+=" Settings: ${ARCPATCH}"
|
||||
BACKTITLE+=" |"
|
||||
if [ "${CONFDONE}" = "true" ]; then
|
||||
BACKTITLE+=" Config: Y"
|
||||
|
Loading…
Reference in New Issue
Block a user