apply_settings_to_app_state

Function apply_settings_to_app_state 

Source
pub fn apply_settings_to_app_state(app: &mut AppState, prefs: &Settings)
Expand description

What: Apply settings from configuration to application state.

Inputs:

  • app: Application state to update
  • prefs: Settings to apply

Output: None (modifies app state in place)

Details:

  • Applies layout percentages, keymap, sort mode, package marker, and pane visibility