mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-12 09:11:01 +00:00
Bugfix: auto-generate name for settings ui action
This commit is contained in:
@@ -292,6 +292,8 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
|
||||
return RS_(L"OpenDefaultSettingsCommandKey");
|
||||
case SettingsTarget::AllFiles:
|
||||
return RS_(L"OpenBothSettingsFilesCommandKey");
|
||||
case SettingsTarget::SettingsUI:
|
||||
return RS_(L"OpenSettingsUICommandKey");
|
||||
default:
|
||||
return RS_(L"OpenSettingsCommandKey");
|
||||
}
|
||||
|
||||
@@ -363,4 +363,7 @@
|
||||
<data name="BreakIntoDebuggerCommandKey" xml:space="preserve">
|
||||
<value>Break into the debugger</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="OpenSettingsUICommandKey" xml:space="preserve">
|
||||
<value>Open Settings UI</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user