Meta: s/MenuBar/AppBar/g

This commit is contained in:
Alec Murphy 2025-05-04 15:08:13 -04:00
parent 4d8ba1e57d
commit de05895ecd
3 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ U0 @systemstarter_startup()
Spawn(SystemTray.Task, , "SystemTray", T(mp_cnt > 3, 2, 1));
SystemStarter.Spawn("M:/Applications/OS/Wallpaper.app", "Wallpaper");
SystemStarter.Spawn("M:/Applications/OS/MenuBar.app", "MenuBar");
SystemStarter.Spawn("M:/Applications/OS/AppBar.app", "AppBar");
SystemStarter.Spawn("M:/Applications/OS/TaskSwitcher.app",
"TaskSwitcher");