[📇] Renamed App View to App Launcher

This commit is contained in:
ThinLiquid 2023-10-18 15:06:50 +01:00
parent 37016723bf
commit 49eaf6525c
No known key found for this signature in database
GPG key ID: D5085759953E6CAA

View file

@ -1,7 +1,7 @@
export const meta = { export const meta = {
name: 'App View', name: 'App Launcher',
description: 'Opens the app view.', description: 'Opens the app launcher.',
id: 'appview' id: 'applauncher'
} }
export const run = (element: HTMLDivElement): void => { export const run = (element: HTMLDivElement): void => {