Set initial delay to 0

This commit is contained in:
Jon Staab
2025-09-24 09:50:07 -07:00
parent 125a7e238e
commit 4cddf41bf3

View File

@@ -351,7 +351,7 @@ export const defaultSettings = {
trusted_relays: [],
report_usage: true,
report_errors: true,
send_delay: 3000,
send_delay: 0,
font_size: 1,
}