mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[Image Resizer] remove old in app settings (#10837)
* [Image Resizer] Remove old settings * [Image Resizer] Removed unused code * [common interop] remove "ShouldNewSettingsBeUsed()"
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
// This class sets the visibility property of Advanced settings based on the OS Version
|
||||
|
||||
namespace ImageResizer.Models
|
||||
{
|
||||
public static class AdvancedSettings
|
||||
{
|
||||
public static bool UseNewSettings()
|
||||
{
|
||||
return interop.CommonManaged.ShouldNewSettingsBeUsed();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user