From 01552a33110ed7bc273c13282fff2d525948c29f Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sun, 5 Jul 2026 14:55:03 +0200 Subject: [PATCH] apps: Added install notice for patched apps --- include/apps/apps.ini | 15 +++++++++++++++ include/apps/install_hinweis.txt | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 include/apps/install_hinweis.txt diff --git a/include/apps/apps.ini b/include/apps/apps.ini index 99fa9bc..daf4d3b 100644 --- a/include/apps/apps.ini +++ b/include/apps/apps.ini @@ -202,6 +202,21 @@ download 'https://cdn.niklascfw.de/switch/pack/apps/YouTube_Patched.zip' '/confi unzip '/config/ultrahand/downloads/YouTube_Patched.zip' '/Patched Apps/' delete '/config/ultrahand/downloads/YouTube_Patched.zip' +[gap] +;mode=table +;background=false +;gap=30 + +[Install Hinweis] +;mode=table +;alignment=left +;header=false +;scrollable=true +;wrapping_mode=word +;background=true +;info_text_color=warning +list_file_source './install_hinweis.txt' + [gap] ;mode=table ;background=false diff --git a/include/apps/install_hinweis.txt b/include/apps/install_hinweis.txt new file mode 100644 index 0000000..864ed61 --- /dev/null +++ b/include/apps/install_hinweis.txt @@ -0,0 +1,3 @@ +Hinweis: +- Patched Apps werden nach dem Download in 'sd:/Patched Apps' gespeichert. +- .nsp Datei muss danach manuell per Sphaira/DBI installiert werden. \ No newline at end of file