From 78f8ce7b84e81df76a409b3ed726d2c4b27e14a6 Mon Sep 17 00:00:00 2001 From: CI <> Date: Fri, 12 Feb 2021 22:03:39 +0000 Subject: [PATCH] 3c514a108d94c1288a5f1463430068678cd75a9d --- docs/api/icon_controller.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/icon_controller.md b/docs/api/icon_controller.md index ba5ee1c..f0b858b 100644 --- a/docs/api/icon_controller.md +++ b/docs/api/icon_controller.md @@ -27,6 +27,13 @@ IconController.setGap(integer, alignment) ``` Defines the offset width (i.e. gap) between each icon for the given alignment, ``left``, ``mid``, ``right``, or all alignments if not specified. +---- +#### updateTopbar +```lua +IconController.updateTopbar() +``` +Determines how icons should be positioned on the topbar and moves them accordingly. + ---- #### clearIconOnSpawn ```lua