feat(launcher): add device launch timing override
This commit is contained in:
@@ -38,6 +38,7 @@ export interface LauncherLocState {
|
||||
show_section__controller: boolean;
|
||||
section_state__health: SectionState;
|
||||
section_state__native_os: SectionState;
|
||||
section_state__launch_timing: SectionState;
|
||||
section_state__sync_timers: SectionState;
|
||||
section_state__updates: SectionState;
|
||||
section_state__controller: SectionState;
|
||||
@@ -158,6 +159,7 @@ export const launcher_loc_defaults: LauncherLocState = {
|
||||
// Values: 'collapsed' | 'auto' | 'pinned'
|
||||
section_state__health: 'auto',
|
||||
section_state__native_os: 'collapsed',
|
||||
section_state__launch_timing: 'collapsed',
|
||||
section_state__sync_timers: 'collapsed',
|
||||
section_state__updates: 'collapsed',
|
||||
section_state__controller: 'auto',
|
||||
|
||||
Reference in New Issue
Block a user