Compare commits

...

2 Commits

Author SHA1 Message Date
xomf
68422b9343 Merge branch 'main' of https://git.mcorangehq.xyz/xomf/keypadOS 2024-08-24 12:59:41 -04:00
xomf
dcc0a3e687 :3 2024-08-24 12:59:30 -04:00

View File

@ -13,7 +13,7 @@ local DEFAULT_CONFIG = "return {\n" ..
--- @class Config
--- @field group string
--- Read current configs, create if doesnt exist
--- Read current configs, create if doesnt exist :3
---@return Config
function config.ReadConfig()
if not fs.exists(config.config_path) then