Refine launcher navigation and install list
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 14:41:04 +09:00
parent f6f716acd0
commit 0f6c0563db
10 changed files with 226 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ const {
const DropinModUtil = require('./assets/js/dropinmodutil')
const { MSFT_OPCODE, MSFT_REPLY_TYPE, MSFT_ERROR } = require('./assets/js/ipcconstants')
const settingsBackButton = document.getElementById('settingsBackButton')
const settingsState = {
invalid: new Set()
@@ -339,6 +340,11 @@ settingsNavDone.onclick = () => {
switchView(getCurrentView(), VIEWS.library)
}
settingsBackButton.onclick = () => {
fullSettingsSave()
switchView(getCurrentView(), VIEWS.landing)
}
/**
* Account Management Tab
*/