mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[Settings]Fix ZoomIt page changing current directory (#37052)
This commit is contained in:
@@ -33,4 +33,10 @@ namespace Microsoft.PowerToys.Settings.UI.Helpers
|
||||
public IntPtr Hook = IntPtr.Zero;
|
||||
public string Template;
|
||||
}
|
||||
|
||||
// https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-openfilenamea
|
||||
public enum OpenFileNameFlags
|
||||
{
|
||||
OFN_NOCHANGEDIR = 0x00000008,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user