mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
Dynamic dialog titles for Key/Shortcuts remapping (#4251)
* Fix typo in dialog title * Pass Remap Keys/Shortcuts dialog titles as argument
This commit is contained in:
@@ -37,7 +37,7 @@ static IAsyncAction OnClickAccept(
|
||||
});
|
||||
if (isSuccess != KeyboardManagerHelper::ErrorType::NoError)
|
||||
{
|
||||
if (!co_await Dialog::PartialRemappingConfirmationDialog(root))
|
||||
if (!co_await Dialog::PartialRemappingConfirmationDialog(root, L"Some of the shortcuts could not be remapped. Do you want to continue anyway?"))
|
||||
{
|
||||
co_return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user