Add new Io field for docking branch

This commit is contained in:
dbr 2022-01-12 17:36:54 +11:00
parent 641370ea22
commit 2eb0950a85

View File

@ -180,6 +180,8 @@ pub struct Io {
#[cfg(feature = "docking")]
pub config_docking_no_split: bool,
#[cfg(feature = "docking")]
pub config_docking_with_shift: bool,
#[cfg(feature = "docking")]
pub config_docking_always_tab_bar: bool,
#[cfg(feature = "docking")]
pub config_docking_transparent_payload: bool,