Added adjustable page gaps via config

This commit is contained in:
Simon
2021-01-06 15:27:48 +01:00
parent dcdcf29114
commit e086bec9da
4 changed files with 5 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ class Config
property plugin_path : String = File.expand_path "~/mango/plugins",
home: true
property download_timeout_seconds : Int32 = 30
property page_margin : Int32 = 30
property disable_login = false
property default_username = ""
property mangadex = Hash(String, String | Int32).new