mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PTRun]Add setting to disable thumbnails (#24600)
This commit is contained in:
@@ -323,6 +323,8 @@ namespace Wox.Infrastructure.UserSettings
|
||||
|
||||
public bool StartedFromPowerToysRunner { get; set; }
|
||||
|
||||
public bool GenerateThumbnailsFromFiles { get; set; } = true;
|
||||
|
||||
public HttpProxy Proxy { get; set; } = new HttpProxy();
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
|
||||
Reference in New Issue
Block a user