We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba18213 commit 5506b2aCopy full SHA for 5506b2a
system/default/menu.dat
@@ -2,7 +2,7 @@
2
3
caption = {lang_open_in_browser}
4
category = projects
5
-command = cmd.exe /c "start "" "{project_url}""
+command = cmd.exe /c "start "" "{base_url}""
6
hide = on
7
icon = up-right-from-square
8
@@ -26,14 +26,14 @@ need_use_wt = off
26
27
caption = {lang_open_in_explorer}
28
29
-command = explorer.exe "{project_dir}"
+command = explorer.exe "{project_root}"
30
icon = folder-closed
31
-work_directory = {project_dir}
+work_directory = {project_root}
32
33
[4]
34
35
36
37
38
need_alias = on
39
0 commit comments