mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 22:29:50 +08:00
fix: #485 Open Project command. Maybe rename to Open folder
This commit is contained in:
parent
e80c8c4098
commit
db5e7b8e8d
@ -29,7 +29,7 @@ export default function (recentlyUsedFiles) {
|
||||
actions.open(browserWindow)
|
||||
}
|
||||
}, {
|
||||
label: 'Open Project',
|
||||
label: 'Open Folder',
|
||||
accelerator: 'Shift+CmdOrCtrl+O',
|
||||
click (menuItem, browserWindow) {
|
||||
actions.openProject(browserWindow)
|
||||
|
@ -90,7 +90,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-else class="open-project">
|
||||
<a href="javascript:;" @click="openProject" title="Open Project">
|
||||
<a href="javascript:;" @click="openProject" title="Open Folder">
|
||||
<svg class="icon" aria-hidden="true">
|
||||
<use xlink:href="#icon-create-project"></use>
|
||||
</svg>
|
||||
|
Loading…
Reference in New Issue
Block a user