diff --git a/module/webui/index.html b/module/webui/index.html index ed89fb0..56d9841 100644 --- a/module/webui/index.html +++ b/module/webui/index.html @@ -82,7 +82,6 @@
  • -
  • diff --git a/module/webui/locales/strings/en.xml b/module/webui/locales/strings/en.xml index dc9a66e..f36224a 100644 --- a/module/webui/locales/strings/en.xml +++ b/module/webui/locales/strings/en.xml @@ -53,7 +53,6 @@ Set Verified Boot Hash Set Security Patch About - Create home screen shortcut Boot Hash Paste your verified Boot Hash here @@ -95,7 +94,6 @@ No file selected System app not found Failed to add system app - Home screen shortcut created Security Patch Advanced diff --git a/module/webui/locales/template.xml b/module/webui/locales/template.xml index dc9a66e..f36224a 100644 --- a/module/webui/locales/template.xml +++ b/module/webui/locales/template.xml @@ -53,7 +53,6 @@ Set Verified Boot Hash Set Security Patch About - Create home screen shortcut Boot Hash Paste your verified Boot Hash here @@ -95,7 +94,6 @@ No file selected System app not found Failed to add system app - Home screen shortcut created Security Patch Advanced diff --git a/module/webui/scripts/main.js b/module/webui/scripts/main.js index 383acfc..a659a95 100644 --- a/module/webui/scripts/main.js +++ b/module/webui/scripts/main.js @@ -205,14 +205,6 @@ function checkMMRL() { if (window.$tricky_store && Object.keys($tricky_store).length > 0) { // Set status bars theme based on device theme $tricky_store.setLightStatusBars(!window.matchMedia('(prefers-color-scheme: dark)').matches) - - // Create home screen shortcut - const shortcutButton = document.getElementById('shortcut'); - shortcutButton.style.display = 'flex'; - shortcutButton.addEventListener('click', () => { - $tricky_store.createShortcut(); - showPrompt("prompt_shortcut_created", true); - }); } } diff --git a/module/webui/styles/search_menu.css b/module/webui/styles/search_menu.css index 299de88..ab294b6 100644 --- a/module/webui/styles/search_menu.css +++ b/module/webui/styles/search_menu.css @@ -113,7 +113,6 @@ user-select: none; } -#shortcut, #select-denylist, #security-patch { display: none;