gui: remove redundant check for updates

pull/966/head
Botspot 3 years ago
parent 601f36c23c
commit 540c158bf8

3
gui

@ -22,9 +22,6 @@ source "${DIRECTORY}/api" || error "failed to source ${DIRECTORY}/api"
generate_logo
#check for updates in background
"${DIRECTORY}/updater" &>/dev/null &
#Variable 1 is used to view the details of the specified app
if [ ! -z "$1" ];then
app="$1"

Loading…
Cancel
Save