UI: Fix Padding and margin Account Types Header, also send telemetry if config_telemetry detailed in selected

This commit is contained in:
johnnyq
2023-12-29 17:21:03 -05:00
parent ed42ec9707
commit 3c53caf964
3 changed files with 4 additions and 4 deletions

View File

@@ -720,7 +720,7 @@ while ($row = mysqli_fetch_array($sql_recurring_expenses)) {
// TELEMETRY
if ($config_telemetry > 0) {
if ($config_telemetry > 0 OR $config_telemetry = 2) {
$current_version = exec("git rev-parse HEAD");