Skip to content

Commit c5c26b5

Browse files
committed
WebUI: Update webroot with latest build from webui branch (Automated commit)
1 parent a234802 commit c5c26b5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

webroot/custom.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<div class="font-bold text-4xl text-white font-amongus2 uppercase" data-i18n="custom_settings_label">Custom Settings</div>
3131
</div>
3232
<div>
33-
<a href="index.html" class="text-white"><button class="btn btn-md btn-outline h-auto text-base border-white mt-2 text-white" data-i18n="main_menu_label">main menu</button></a>
33+
<button class="btn btn-md btn-outline h-auto text-base border-white mt-2 text-white" data-i18n="help_label" onclick="ksu.exec(`am start -a android.intent.action.VIEW -d https://github.com/sidex15/susfs4ksu-module/wiki/SUSFS-Custom-Settings`)">Help</button>
34+
<a href="index.html" class="text-white"><button class="btn btn-md btn-outline h-auto text-base border-white mt-2 text-white" data-i18n="main_menu_label">main menu</button></a>
3435
</div>
3536
</div>
3637
<section class="flex flex-col justify-start items-center min-h-fit ml-4 mr-4 uppercase font-bold">

webroot/languages/en.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<string id="enabled_label">Enabled</string>
1212
<string id="disabled_label">Disabled</string>
1313
<string id="unknown_label">Unknown</string>
14+
<string id="help_label">Help</string>
1415

1516
<!-- SUSFS Not supported error-->
1617
<string id="susfs_error_label">NUH UH! Unsupported Kernel!</string>

0 commit comments

Comments
 (0)