config: allow disabling color-management
This commit is contained in:
parent
c66f5798b7
commit
248eb324a5
24 changed files with 388 additions and 9 deletions
|
|
@ -530,6 +530,9 @@ pub enum ClientMessage<'a> {
|
|||
SetIdleGracePeriod {
|
||||
period: Duration,
|
||||
},
|
||||
SetColorManagementEnabled {
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue