mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
spell checker
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Common.UI
|
||||
EnvironmentVariables,
|
||||
Dashboard,
|
||||
AdvancedPaste,
|
||||
Prjects,
|
||||
Projects,
|
||||
}
|
||||
|
||||
private static string SettingsWindowNameToString(SettingsWindow value)
|
||||
@@ -78,7 +78,7 @@ namespace Common.UI
|
||||
return "Dashboard";
|
||||
case SettingsWindow.AdvancedPaste:
|
||||
return "AdvancedPaste";
|
||||
case SettingsWindow.Prjects:
|
||||
case SettingsWindow.Projects:
|
||||
return "Projects";
|
||||
default:
|
||||
{
|
||||
|
||||
@@ -174,6 +174,6 @@ namespace winrt::PowerToys::GPOWrapper::implementation
|
||||
}
|
||||
GpoRuleConfigured GPOWrapper::GetConfiguredProjectsEnabledValue()
|
||||
{
|
||||
return static_cast<GpoRuleConfigured>(powertoys_gpo::getConfiguredProjeectsEnabledValue());
|
||||
return static_cast<GpoRuleConfigured>(powertoys_gpo::getConfiguredProjectsEnabledValue());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -367,7 +367,7 @@ namespace powertoys_gpo {
|
||||
return getUtilityEnabledValue(POLICY_CONFIGURE_ENABLED_ADVANCED_PASTE);
|
||||
}
|
||||
|
||||
inline gpo_rule_configured_t getConfiguredProjeectsEnabledValue()
|
||||
inline gpo_rule_configured_t getConfiguredProjectsEnabledValue()
|
||||
{
|
||||
return getUtilityEnabledValue(POLICY_CONFIGURE_ENABLED_PROJECTS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user