Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrrra committed Dec 25, 2024
1 parent 31365cb commit 701969e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/services/gui/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ void gui_remove_framebuffer_callback(Gui* gui, GuiCanvasCommitCallback callback,
*/
size_t gui_get_framebuffer_size(const Gui* gui);

/** Enable lockdown mode
/** Set lockdown mode
*
* When lockdown mode is enabled, only GuiLayerDesktop is shown.
* This feature prevents services from showing sensitive information when flipper is locked.
*
* @param gui Gui instance
* @param lockdown true to enable lockdown mode
* @param lockdown bool, true if enabled
*/
void gui_set_lockdown(Gui* gui, bool lockdown);

Expand Down

0 comments on commit 701969e

Please sign in to comment.