Show Lite XL instead of lite in window's title

This commit is contained in:
Francesco Abbate 2021-02-28 18:55:05 +01:00
parent 6c84913f6a
commit a35ef764a0
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ end
local function compose_window_title(title)
return title == "" and "lite" or title .. " - lite"
return title == "" and "Lite XL" or title .. " - Lite XL"
end