mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
* WIP Confirmation dialog for orphaned keys * Confirmation Dialog for orphaned keys * White OK button, Anyways capitalizef * Change Apply to Ok for shortcuts * Validate that mappings can be made before changing keyboardManagerState * Set fixed MinWidth for OK button * Fix typo * Partial remappings confirmation dialog Both for Shortcuts and SingleKey * Remove warning icon callback in OnClickAccept * Add text wrapping for OrphanKeys dialog
7 lines
119 B
C++
7 lines
119 B
C++
#pragma once
|
|
#include <winrt/Windows.UI.Xaml.h>
|
|
|
|
using namespace winrt::Windows::UI::Xaml;
|
|
|
|
Style AccentButtonStyle();
|