Refine launcher navigation and install list
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user