INNER CODE UNIT · JavaScript

loadOnceView

PerformanC/ReZygisk · webroot/js/pages/settings/index.js:13

export async function loadOnceView() {

}

export async function onceViewAfterUpdate() {

}

export async function load() {
  let ConfigState = {
    disableFullscreen: false,
    enableSystemFont: false
  }

  let webui_config = localStorage.getItem('/ReZygisk/webui_config')

  if (!webui_config) {
    localStorage.setItem('/ReZygisk/webui_config', JSON.stringify(ConfigState))

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…