mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
[PTRun]UI for turning on Pinyin on Settings (#24293)
* Conflict resolving Part 1 * Conflict resolving Part 2 * Conflict resolving Part 3 * Conflict resolving part 4 * fix usepinyin * Add test and fix setting * Fix whitespace * Fix prefix name * Add mention that it doesn't work for every plugin
This commit is contained in:
@@ -171,6 +171,11 @@ namespace PowerLauncher
|
||||
_settings.GenerateThumbnailsFromFiles = overloadSettings.Properties.GenerateThumbnailsFromFiles;
|
||||
}
|
||||
|
||||
if (_settings.ShouldUsePinyin != overloadSettings.Properties.UsePinyin)
|
||||
{
|
||||
_settings.ShouldUsePinyin = overloadSettings.Properties.UsePinyin;
|
||||
}
|
||||
|
||||
retry = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user