config: allow disabling explicit-sync
This commit is contained in:
parent
aaf73d6fdc
commit
aa296a6aea
12 changed files with 58 additions and 2 deletions
|
|
@ -428,6 +428,9 @@ pub enum ClientMessage<'a> {
|
|||
workspace: WorkspaceSource,
|
||||
connector: Connector,
|
||||
},
|
||||
SetExplicitSyncEnabled {
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue