mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-23 23:20:05 +01:00
[VCM]disable by default and admin warning (#14686)
* Adding in InfoBar warning when not running as admin * small newline text shift * rolling out a text fix i didn't mean to commit * defaulting to off, there are other spots is seems like * [Runner] introduce is_enabled_by_default method and keep VCM disabled by default * getting file back in good state Co-authored-by: yuyoyuppe <a.yuyoyuppe@gmail.com>
This commit is contained in:
@@ -177,7 +177,7 @@ int runner(bool isProcessElevated, bool openSettings, std::string settingsWindow
|
||||
}
|
||||
}
|
||||
// Start initial powertoys
|
||||
start_initial_powertoys();
|
||||
start_enabled_powertoys();
|
||||
|
||||
Trace::EventLaunch(get_product_version(), isProcessElevated);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user