[🔨] Change SettingsApp to InfoApp
This commit is contained in:
parent
8656d5de99
commit
e389827ddc
1 changed files with 2 additions and 1 deletions
|
|
@ -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.',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue