mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
moovida:
- start without splash screen
This commit is contained in:
parent
4af0e126e5
commit
420cb8bdf1
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
################################################################################
|
||||
# Start moovida program.
|
||||
#
|
||||
@ -19,7 +20,7 @@ if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
||||
fi
|
||||
|
||||
if /usr/bin/test "${MOOVIDA_FULLSCREEN}" = "yes" ; then
|
||||
args="${args} -f -t"
|
||||
args="${args} -f -n -t"
|
||||
fi
|
||||
|
||||
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user