mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
Try to fix overwriting config file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user