switch sides: use ipc to pass msg from ui to server

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-01-17 20:16:36 +08:00
parent 81a60725f4
commit e57949d472
4 changed files with 46 additions and 15 deletions

View File

@@ -366,7 +366,7 @@ impl Connection {
log::error!("Failed to start portable service from cm:{:?}", e);
}
}
ipc::Data::SwitchBack => {
ipc::Data::SwitchSidesBack => {
let mut misc = Misc::new();
misc.set_switch_back(SwitchBack::default());
let mut msg = Message::new();
@@ -1796,7 +1796,6 @@ impl Connection {
}
}
#[cfg(feature = "flutter")]
pub fn insert_switch_sides_uuid(id: String, uuid: uuid::Uuid) {
SWITCH_SIDES_UUID
.lock()