Fix Util.getVersion

This commit is contained in:
Kan18
2022-12-28 20:05:16 +04:00
parent 5f153721ea
commit 2597724dab
5 changed files with 20 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ function UI:init()
tertiary = colors.gray,
}
}
self.extChars = Util.getVersion() >= 1.76
self.extChars = Util.supportsExtChars()
local function keyFunction(event, code, held)
local ie = Input:translate(event, code, held)