mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
ImageResizer: fix crash on using UseNewSettings (#8661)
* ImageResizer: fix crash on using UseNewSettings - add unit test to InteropTests
This commit is contained in:
@@ -28,4 +28,4 @@ inline bool Is19H1OrHigher()
|
||||
inline bool UseNewSettings()
|
||||
{
|
||||
return Is19H1OrHigher();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user