fix: bump version to 25.4.4

This commit is contained in:
sxyazi
2025-04-04 19:33:04 +08:00
parent 273019910c
commit 9a095057d6
3 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
--- @since 25.2.26
--- @since 25.4.4
local update = ya.sync(function(st, tags)
for path, tag in pairs(tags) do
@@ -27,7 +27,7 @@ local function setup(st, opts)
local url = tostring(self._file.url)
local spans = {}
for _, tag in ipairs(st.tags[url] or {}) do
if self._file:is_hovered() then
if self._file.is_hovered then
spans[#spans + 1] = ui.Span(""):bg(st.colors[tag] or "reset")
else
spans[#spans + 1] = ui.Span(""):fg(st.colors[tag] or "reset")