This commit is contained in:
Cyril 2024-03-31 15:54:13 +02:00
parent 04ad1fc887
commit 041223591f
6 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ function info_menu_ui_ke() {
subtitle '•CAMERA:' subtitle '•CAMERA:'
info_line "$(check_file_ke "$TIMELAPSE_FILE")" 'Moonraker Timelapse' info_line "$(check_file_ke "$TIMELAPSE_FILE")" 'Moonraker Timelapse'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
info_line "$(check_folder_ke "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere' info_line "$(check_folder_ke "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere'
info_line "$(check_folder_ke "$MOONRAKER_OBICO_FOLDER")" 'Obico' info_line "$(check_folder_ke "$MOONRAKER_OBICO_FOLDER")" 'Obico'
info_line "$(check_folder_ke "$GUPPYFLO_FOLDER")" 'GuppyFLO' info_line "$(check_folder_ke "$GUPPYFLO_FOLDER")" 'GuppyFLO'

View file

@ -25,7 +25,7 @@ function install_menu_ui_ke() {
subtitle '•CAMERA:' subtitle '•CAMERA:'
menu_option '10' 'Install' 'Moonraker Timelapse' menu_option '10' 'Install' 'Moonraker Timelapse'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
menu_option '11' 'Install' 'OctoEverywhere' menu_option '11' 'Install' 'OctoEverywhere'
menu_option '12' 'Install' 'Moonraker Obico' menu_option '12' 'Install' 'Moonraker Obico'
menu_option '13' 'Install' 'GuppyFLO' menu_option '13' 'Install' 'GuppyFLO'

View file

@ -25,7 +25,7 @@ function remove_menu_ui_ke() {
subtitle '•CAMERA:' subtitle '•CAMERA:'
menu_option '10' 'Remove' 'Moonraker Timelapse' menu_option '10' 'Remove' 'Moonraker Timelapse'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
menu_option '11' 'Remove' 'OctoEverywhere' menu_option '11' 'Remove' 'OctoEverywhere'
menu_option '12' 'Remove' 'Moonraker Obico' menu_option '12' 'Remove' 'Moonraker Obico'
menu_option '13' 'Remove' 'GuppyFLO' menu_option '13' 'Remove' 'GuppyFLO'

View file

@ -51,7 +51,7 @@ function info_menu_ui() {
info_line "$(check_file "$TIMELAPSE_FILE")" 'Moonraker Timelapse' info_line "$(check_file "$TIMELAPSE_FILE")" 'Moonraker Timelapse'
info_line "$(check_file "$CAMERA_SETTINGS_FILE")" 'Camera Settings Control' info_line "$(check_file "$CAMERA_SETTINGS_FILE")" 'Camera Settings Control'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
info_line "$(check_folder "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere' info_line "$(check_folder "$OCTOEVERYWHERE_FOLDER")" 'OctoEverywhere'
info_line "$(check_folder "$MOONRAKER_OBICO_FOLDER")" 'Obico' info_line "$(check_folder "$MOONRAKER_OBICO_FOLDER")" 'Obico'
info_line "$(check_folder "$GUPPYFLO_FOLDER")" 'GuppyFLO' info_line "$(check_folder "$GUPPYFLO_FOLDER")" 'GuppyFLO'

View file

@ -33,7 +33,7 @@ function install_menu_ui() {
menu_option '17' 'Install' 'Moonraker Timelapse' menu_option '17' 'Install' 'Moonraker Timelapse'
menu_option '18' 'Install' 'Camera Settings Control' menu_option '18' 'Install' 'Camera Settings Control'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
menu_option '19' 'Install' 'OctoEverywhere' menu_option '19' 'Install' 'OctoEverywhere'
menu_option '20' 'Install' 'Moonraker Obico' menu_option '20' 'Install' 'Moonraker Obico'
menu_option '21' 'Install' 'GuppyFLO' menu_option '21' 'Install' 'GuppyFLO'

View file

@ -33,7 +33,7 @@ function remove_menu_ui() {
menu_option '17' 'Remove' 'Moonraker Timelapse' menu_option '17' 'Remove' 'Moonraker Timelapse'
menu_option '18' 'Remove' 'Camera Settings Control' menu_option '18' 'Remove' 'Camera Settings Control'
hr hr
subtitle '•REMOTE ACCESS AND AI DETECTION:' subtitle '•REMOTE ACCESS:'
menu_option '19' 'Remove' 'OctoEverywhere' menu_option '19' 'Remove' 'OctoEverywhere'
menu_option '20' 'Remove' 'Moonraker Obico' menu_option '20' 'Remove' 'Moonraker Obico'
menu_option '21' 'Remove' 'GuppyFLO' menu_option '21' 'Remove' 'GuppyFLO'