Show Lite XL instead of lite in window's title
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user