mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Crop And Lock added to Run plugin (#27927)
This commit is contained in:
committed by
GitHub
parent
c1316fc9f8
commit
83143169c6
@@ -401,6 +401,7 @@ namespace Microsoft.PowerToys.Settings.UI
|
||||
case "RegistryPreview": return typeof(RegistryPreviewPage);
|
||||
case "PastePlain": return typeof(PastePlainPage);
|
||||
case "Peek": return typeof(PeekPage);
|
||||
case "CropAndLock": return typeof(CropAndLockPage);
|
||||
default:
|
||||
// Fallback to general
|
||||
Debug.Assert(false, "Unexpected SettingsWindow argument value");
|
||||
|
||||
Reference in New Issue
Block a user