From e389827ddc881a190970740d381f21f2e8233e31 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Fri, 10 Nov 2023 03:39:09 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A8]=20Change=20SettingsApp=20to=20In?= =?UTF-8?q?foApp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/info.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/info.ts b/src/apps/info.ts index f0a9495..330ca40 100644 --- a/src/apps/info.ts +++ b/src/apps/info.ts @@ -1,9 +1,10 @@ import icon from '../assets/icons/info.png' import badge from '../assets/badge.png' import { App, PackageJSON } from '../types.ts' + import { FlowWindow } from '../wm.ts' -export default class SettingsApp implements App { +export default class InfoApp implements App { meta = { name: 'Info', description: 'FlowOS Information.',