mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-05 08:55:13 +00:00
[Settings][Fix][Image Resizer ] Unused text box when selecting custom percent in new settings (#4344)
* save general settings to file upon launch * ImageResizer: Added flags to disable and hide extra boxes Co-authored-by: Lavius Motileng <laviusmotileng-ms>
This commit is contained in:
@@ -291,6 +291,10 @@ void run_settings_window()
|
||||
settings_isUserAnAdmin = L"false";
|
||||
}
|
||||
|
||||
// create general settings file to initialze the settings file with installation configurations like :
|
||||
// 1. Run on start up.
|
||||
PTSettingsHelper::save_general_settings(save_settings.to_json());
|
||||
|
||||
std::wstring executable_args = L"\"";
|
||||
executable_args.append(executable_path);
|
||||
executable_args.append(L"\" ");
|
||||
|
Reference in New Issue
Block a user