Skip to content

Commit 35df7c8

Browse files
committed
fix kitty printer crash
1 parent f0b317b commit 35df7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/misc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ target = "functions/button_callbacks.lua"
246246
pattern = '''add_tag(_tag.config.ref_table)'''
247247
position = "at"
248248
payload = '''
249-
local tag = Cryptid.get_next_tag()
249+
local tag = Tag(Cryptid.get_next_tag())
250250
add_tag(tag or _tag.config.ref_table, true)
251251
'''
252252
match_indent = true

0 commit comments

Comments
 (0)