Skip to content

Commit

Permalink
Add MODULECWD to ModConf list, and show keys
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 28, 2023
1 parent 872dff3 commit 2f3fb73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Website/src/activitys/ModConfActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ function ModConfActivity() {
text: "Modules path",
confKey: "MODULES",
},
{
text: "Module work directory",
confKey: "MODULECWD",
},
{
text: "Module properties path",
confKey: "PROPS",
Expand Down Expand Up @@ -168,7 +172,7 @@ function ModConfActivity() {
primary={
<Box sx={{ display: "flex", alignItems: "center", justifyItems: "center" }}>
{item.logoText && <item.logoText sx={{ mr: 1 }} width="1rem" height="1rem" />}
{item.text}
[{item.confKey}]: {item.text}
</Box>
}
secondary={_modConf[item.confKey]}
Expand Down

0 comments on commit 2f3fb73

Please sign in to comment.