1
0
Fork 0
forked from wry/wry

feat: add alternating autotiling

This commit is contained in:
atagen 2026-05-31 17:16:44 +10:00
parent ce14169d6b
commit 5c2f631fdb
17 changed files with 244 additions and 59 deletions

View file

@ -923,6 +923,7 @@ pub enum ClientMessage<'a> {
SetAutotile {
enabled: bool,
},
GetAutotile,
SetTabTitleAlign {
align: u32,
},
@ -1189,6 +1190,9 @@ pub enum Response {
GetCornerRadius {
radius: f32,
},
GetAutotile {
enabled: bool,
},
}
#[derive(Serialize, Deserialize, Debug)]