Skip to content

Commit 64fcb5d

Browse files
sudo-teeCopilot
andauthored
fix(footer): wrong annotation
Co-authored-by: Copilot <[email protected]>
1 parent 01bf56f commit 64fcb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/ui/footer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ local function is_valid_state(windows)
169169
end
170170

171171
---@param windows? table Optional windows table, defaults to state.windows
172-
---@return_cast windows OpencodeWindowState
172+
---@return boolean # True if the footer is properly mounted and windows are valid
173173
function M.mounted(windows)
174174
windows = windows or state.windows
175175
return windows

0 commit comments

Comments
 (0)