From ffa1af425de9c9d5ad9e5eb795813f3649aa6f13 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sat, 18 Feb 2023 22:22:02 +0100 Subject: [PATCH] Add window title --- conf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.lua b/conf.lua index cc99e07..7bb68b7 100644 --- a/conf.lua +++ b/conf.lua @@ -1,3 +1,4 @@ function lovr.conf(t) t.headset.overlay = true + t.window.title = 'lovr-playspace' end \ No newline at end of file