Implement Open Tab on Launch feature
This commit is contained in:
parent
1f06a6a89f
commit
591c80205b
3 changed files with 39 additions and 2 deletions
|
@ -45,6 +45,10 @@ export class Store {
|
|||
"enabled": false,
|
||||
"hidden": false,
|
||||
},
|
||||
"resumeWindow": {
|
||||
"tab": "home",
|
||||
"dynamicData": ""
|
||||
},
|
||||
"keybind": {
|
||||
"search": [
|
||||
process.platform == "darwin" ? "Command" : "Control",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue