From 1bfcd91132203cf9493242487e40c909f42e23f5 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 3 Apr 2022 12:52:50 +0200 Subject: [PATCH] fix: return to normal title --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9f30992..6a7dcfc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ if (appNode) { try { const appRoot = new RootView({ orientation: "vertical", - title: "OBVIOUS CHANGES", + title: "Drum Slayer", }); // eslint-disable-next-line @typescript-eslint/ban-ts-comment //@ts-ignore