Adapt to Windows (#51)

* feat: remove tauri-nspanel plugin

* chore: auto formatter rust code

* feat(windows): shortcut support windows

* doc: note windows error

* feat(linux): shortcut support linux

* fix: remove open_devtools code

* wip: emit open_settings event on all os

* feat: support autostart with settings

* doc: close autostart

* wip: open settings distinguish window or other os
This commit is contained in:
tu6ge
2024-12-14 15:38:32 +08:00
committed by GitHub
parent e432f5a3d6
commit 00a9650a15
6 changed files with 248 additions and 237 deletions

View File

@@ -31,5 +31,9 @@
"unminimize",
"webviews",
"zustand"
]
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}