mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 08:12:15 +00:00
add browserjs to taskbar and RecommendedAppService (#3189)
This commit is contained in:
committed by
GitHub
parent
7b7604440f
commit
b3ff9d74b7
@@ -32,6 +32,7 @@ const RECOMMENDED_APP_NAMES = [
|
||||
'camera',
|
||||
'music-player',
|
||||
'recorder',
|
||||
'browser',
|
||||
'memos',
|
||||
'word-processor',
|
||||
'spreadsheet',
|
||||
|
||||
@@ -59,6 +59,7 @@ const DEFAULT_TASKBAR_ITEMS: TaskbarEntry[] = [
|
||||
{ name: 'code', type: 'app' },
|
||||
{ name: 'camera', type: 'app' },
|
||||
{ name: 'recorder', type: 'app' },
|
||||
{ name: 'browser', type: 'app' },
|
||||
];
|
||||
|
||||
export async function getTaskbarItems(
|
||||
|
||||
Reference in New Issue
Block a user