Log view function extended

This commit is contained in:
Fr4nz D13trich 2025-12-27 12:07:28 +01:00
parent 9586095f86
commit d1da40494b

View file

@ -181,7 +181,13 @@ script_version() {
### SHOW LOG
show_log() {
xdg-open $LOG
if [ -f "$LOG" ] ; then
xdg-open $LOG
else
notify-send -i "$ICON" "Helium Helper" "No log created yet"
fi
}
### HELP