mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
* [EnvironmentVariables] EnvironmentVariables window set to front when launched. * [EnvironmentVariables] BringToForeground function used instead of SetForegroundWindow. * [EnvironmentVariables] BringToForeground is moved to MainWindow constructor. * [EnvironmentVariables] Move 'handle' from class field to local variable in MainWindow constructor.