Show Lite XL instead of lite in window's title
This commit is contained in:
parent
6c84913f6a
commit
a35ef764a0
|
@ -751,7 +751,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
local function compose_window_title(title)
|
local function compose_window_title(title)
|
||||||
return title == "" and "lite" or title .. " - lite"
|
return title == "" and "Lite XL" or title .. " - Lite XL"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue