From 00530ccac86259f283141cbbf91cad39df66bc3e Mon Sep 17 00:00:00 2001 From: Kuchen Date: Wed, 25 Sep 2024 14:55:21 +0200 Subject: [PATCH] + renamed autoOutput to autoSave --- common/settings.go | 4 ++-- settings.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/settings.go b/common/settings.go index 20c52cf..bb9c14b 100644 --- a/common/settings.go +++ b/common/settings.go @@ -15,7 +15,7 @@ type Config struct { PrivacyMode bool `json:"privacy_mode"` CopyToClipboard bool `json:"copyToClipboard"` AutoSelect autoSelect `json:"autoSelect"` - AutoOutput autoOutput `json:"autoOutput"` + AutoOutput autoSave `json:"autoSave"` TimeBetweenRefresh int `json:"timeBetweenRefresh"` IpLookup string `json:"iplookup"` JudgesThreads int `json:"judges_threads"` @@ -34,7 +34,7 @@ type autoSelect struct { Socks5 bool } -type autoOutput struct { +type autoSave struct { TimeBetweenSafes int `json:"timeBetweenSafes"` IpPort bool `json:"ip:port"` ProtocolIpPort bool `json:"protocol://ip:port"` diff --git a/settings.json b/settings.json index 6896a82..41c5ba4 100644 --- a/settings.json +++ b/settings.json @@ -13,7 +13,7 @@ "socks5": false }, - "autoOutput": { + "autoSave": { "timeBetweenSafes": 15, "ip:port": false,