Fix telemetry event names

add setting changed event for ShortcutGuide
This commit is contained in:
Enrico Giordani
2019-10-23 15:21:46 +02:00
committed by Enrico Giordani
parent b892e731d9
commit dc34379344
7 changed files with 33 additions and 19 deletions

View File

@@ -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.