Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Nov 9, 2023
1 parent e11d42a commit 7a483b4
Show file tree
Hide file tree
Showing 35 changed files with 1,490 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function ModDetailsAdvanced({ modId }: Props) {
},
});
}}
dropdownMatchSelectWidth={false}
>
<Select.Option key="none" value={0}>
{t('modDetails.advanced.debugLogging.none')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ function Settings() {
},
});
}}
dropdownMatchSelectWidth={false}
>
{appLanguages.map(([languageId, languageDisplayName]) => (
<Select.Option key={languageId} value={languageId}>
Expand Down Expand Up @@ -395,6 +396,7 @@ function Settings() {
onChange={(value) => {
setAppLoggingVerbosity(typeof value === 'number' ? value : 0);
}}
dropdownMatchSelectWidth={false}
>
<Select.Option key="none" value={0}>
{t('settings.loggingVerbosity.none')}
Expand All @@ -419,6 +421,7 @@ function Settings() {
typeof value === 'number' ? value : 0
);
}}
dropdownMatchSelectWidth={false}
>
<Select.Option key="none" value={0}>
{t('settings.loggingVerbosity.none')}
Expand Down Expand Up @@ -526,6 +529,7 @@ function Settings() {
typeof value === 'number' ? value : 0
);
}}
dropdownMatchSelectWidth={false}
>
<Select.Option key="never" value={0}>
{t('settings.loadModsInCriticalSystemProcesses.never')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"description": "By default, Windhawk only loads mods in critical system processes if the process is targeted explicitly, i.e. is listed without wildcards in the mod's process inclusion list.",
"never": "Never",
"onlyExplicitMatch": "Only if targeted explicitly",
"always": "If targeted"
"always": "If targeted explicitly or implicitly (not recommended)"
}
},
"about": {
Expand Down
4 changes: 2 additions & 2 deletions src/vscode-windhawk-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vscode-windhawk-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-windhawk-ui-nx",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"start": "nx serve",
"watch": "nx build --configuration=development --watch",
Expand Down
Loading

0 comments on commit 7a483b4

Please sign in to comment.