aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 63a02bc..050d407 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -192,7 +192,6 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then
# some fonts need a bigger size to have a nice display
case "$custom_font" in
*norasi_b.ttf) text_size=$(( $text_size + 6 )) ;;
- *uming.ttf) text_size=$(( $text_size + 6 )) ;;
*Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;;
# sizes lower than 22 display as noise in FB
*umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;