Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 251a8b1

Browse files
committed
Show fav icon only once
1 parent 4dd40e0 commit 251a8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ local function get_panels(data, fs)
915915
fs[#fs + 1] = fmt("background9[8.1,%f;6.6,%f;%s;false;%d]",
916916
-0.2 + spacing, v.height, PNG.bg_full, 10)
917917

918-
if data.fs_version >= 3 and k ~= "favs" then
918+
if data.fs_version >= 3 and k == 2 then
919919
local fav = is_fav(data)
920920
local nfavs = #data.favs
921921

0 commit comments

Comments
 (0)