Try to fix overwriting config file

This commit is contained in:
Owen
2025-10-01 10:31:14 -07:00
parent dda0b414cc
commit 348b8f6b94
2 changed files with 39 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ type Client struct {
writeMux sync.Mutex
clientType string // Type of client (e.g., "newt", "olm")
tlsConfig TLSConfig
configNeedsSave bool // Flag to track if config needs to be saved
}
type ClientOption func(*Client)