Fixes and improvements (#617)

This commit is contained in:
Ken Van Hoeylandt
2026-08-20 17:22:01 +02:00
committed by GitHub
parent b03759a111
commit 0ff1627385
38 changed files with 309 additions and 342 deletions
@@ -13,7 +13,7 @@
namespace tt::settings::touch {
static std::string getSettingsFilePath() {
return getUserDataPath() + "/settings/touch-calibration.properties";
return getDataPath() + "/settings/touch-calibration.properties";
}
constexpr auto* SETTINGS_KEY_ENABLED = "enabled";