Add the option to disable ellipsis when truncating

This commit is contained in:
Alex Ling
2020-05-15 09:50:35 +00:00
parent a354d811d9
commit e65cd05ef1
5 changed files with 15 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ class Config
property log_level : String = "info"
property upload_path : String = File.expand_path "~/mango/uploads",
home: true
property disable_ellipsis_truncation : Bool = false
property mangadex = Hash(String, String | Int32).new
@[YAML::Field(ignore: true)]