H A D | BootSettingsStore.js | 8 bootSource: null, property in BootSettingsStore.state 14 bootSource: (state) => state.bootSource, 21 setBootSource: (state, bootSource) => (state.bootSource = bootSource), 48 { bootSource, overrideEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850401 51 data.Boot.BootSourceOverrideTarget = bootSource; 55 } else if (bootSource === 'None') { 111 { bootSource, overrideEnabled, tpmEnabled }, field in BootSettingsStore.actions.AnonymousClassc677f5850901 115 if (bootSource !== null || overrideEnabled !== null) { 117 dispatch('saveBootSettings', { bootSource, overrideEnabled }), field in AnonymousClassc677f5850a01
|