folder增加项目启动器入口,优化窗口跳转
This commit is contained in:
@@ -56,7 +56,7 @@ export function FolderActions() {
|
||||
className="justify-start gap-2 h-9"
|
||||
onClick={async () => {
|
||||
try {
|
||||
await openProjectBootWindow()
|
||||
await openProjectBootWindow("welcome")
|
||||
} catch (err) {
|
||||
console.error("[FolderActions] failed to open project boot:", err)
|
||||
toast.error(t("toasts.openProjectBootFailed"))
|
||||
|
||||
Reference in New Issue
Block a user