chore: queue progress messages are not implemented

This commit is contained in:
dordsor21 2023-06-30 19:36:35 +01:00
parent 903064fd41
commit 83a4987252
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -584,7 +584,8 @@ public class Settings extends Config {
@Comment({"Display constant titles about the progress of a user's edit",
" - false = disabled",
" - title = Display progress titles",
" - chat = Display progress in chat"
" - chat = Display progress in chat",
" - Currently not implemented"
})
public String DISPLAY = "false";
@Comment("How often edit progress is displayed")