初始化项目启动器代码
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["welcome", "folder-*", "commit-*", "merge-*", "stash-*", "push-*", "settings"],
|
||||
"windows": ["welcome", "folder-*", "commit-*", "merge-*", "stash-*", "push-*", "settings", "project-boot"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:window:default",
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"welcome",
|
||||
"folder-*",
|
||||
"commit-*",
|
||||
"settings"
|
||||
"settings",
|
||||
"project-boot"
|
||||
],
|
||||
"permissions": [
|
||||
"window-state:default"
|
||||
|
||||
Reference in New Issue
Block a user