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 0d152d5 commit 785aa64Copy full SHA for 785aa64
lovely/misc.toml
@@ -257,7 +257,8 @@ target = "functions/button_callbacks.lua"
257
pattern = '''add_tag(_tag.config.ref_table)'''
258
position = "at"
259
payload = '''
260
-add_tag(Cryptid.get_next_tag or _tag.config.ref_table, true)
+local tag = Cryptid.get_next_tag()
261
+add_tag(tag or _tag.config.ref_table, true)
262
'''
263
match_indent = true
264
0 commit comments