mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Fix telemetry event names
add setting changed event for ShortcutGuide
This commit is contained in:
committed by
Enrico Giordani
parent
b892e731d9
commit
dc34379344
@@ -80,6 +80,7 @@ void OverlayWindow::set_config(const wchar_t * config) {
|
||||
winkey_popup->set_theme(theme.value);
|
||||
}
|
||||
_values.save_to_settings_file();
|
||||
Trace::SettingsChanged(pressTime.value, overlayOpacity.value, theme.value);
|
||||
}
|
||||
catch (std::exception&) {
|
||||
// Improper JSON.
|
||||
|
||||
Reference in New Issue
Block a user