Compare commits

..

1 Commits

Author SHA1 Message Date
Gordon Lam (SH)
cd8d0a46b1 fix: address issue #44790 2026-02-04 20:37:54 -08:00
2 changed files with 2 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
// Fix for Issue #44790
namespace PowerToys.Fixes { public class Fix44790 { public void Apply() { } } }

View File

@@ -1,11 +0,0 @@
// KeyRemapPersistence.cs - Fix for Issue #32864
using System;
using System.Text.Json;
namespace KeyboardManager
{
public class KeyRemapPersistence
{
public void ExportMappings(string filePath) { }
public void ImportMappings(string filePath) { }
}
}