Fix Util.getVersion

This commit is contained in:
Kan18
2022-12-28 20:05:16 +04:00
committed by MayaTheShy
parent 28733d77e8
commit 7d36c9aafe
5 changed files with 20 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ local config = {
}
Config.load('Overview', config)
local extSupport = Util.getVersion() >= 1.76
local extSupport = Util.supportsExtChars()
local applications = { }
local buttons = { }