use app name in window title

This commit is contained in:
Kartik K. Agaram 2022-06-07 13:59:26 -07:00
parent 7b78c359b6
commit 6b628781d1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function App.initialize(arg)
break
end
end
love.window.setTitle('Text with Lines - '..Filename)
love.window.setTitle('lines.love - '..Filename)
if #arg > 1 then
print('ignoring commandline args after '..arg[1])