Delete duplicated launch of thunderbird

This commit is contained in:
Przemek Grondek 2024-02-12 13:36:43 +01:00
parent 03710102c9
commit c14db01bf5

View File

@ -58,11 +58,6 @@ function start_desktop_applications() {
if command -v timekprc &> /dev/null ; then
timekprc &
fi
# Thunderbird mail client
if command -v thunderbird &> /dev/null ; then
thunderbird &
fi
}
function start_desktop_helper_apps() {