pub unsafe extern "C" fn gui_set_lockdown(
gui: *mut Gui,
lockdown: bool,
)Expand description
Set lockdown mode
When lockdown mode is enabled, only GuiLayerDesktop is shown. This feature prevents services from showing sensitive information when flipper is locked.
ยงArguments
gui- Gui instancelockdown- bool, true if enabled