We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b317b commit 35df7c8Copy full SHA for 35df7c8
lovely/misc.toml
@@ -246,7 +246,7 @@ target = "functions/button_callbacks.lua"
246
pattern = '''add_tag(_tag.config.ref_table)'''
247
position = "at"
248
payload = '''
249
-local tag = Cryptid.get_next_tag()
+local tag = Tag(Cryptid.get_next_tag())
250
add_tag(tag or _tag.config.ref_table, true)
251
'''
252
match_indent = true
0 commit comments