Implement Open Tab on Launch feature

This commit is contained in:
Amaru8 2022-04-28 23:50:08 +02:00
parent 1f06a6a89f
commit 591c80205b
3 changed files with 39 additions and 2 deletions

View file

@ -45,6 +45,10 @@ export class Store {
"enabled": false,
"hidden": false,
},
"resumeWindow": {
"tab": "home",
"dynamicData": ""
},
"keybind": {
"search": [
process.platform == "darwin" ? "Command" : "Control",