fix: remote printer, update install option (#11461)

* fix: remote printer, update install option

Signed-off-by: fufesou <linlong1266@gmail.com>

* Add comments

Signed-off-by: fufesou <linlong1266@gmail.com>

* Add comments

Signed-off-by: fufesou <linlong1266@gmail.com>

* Win, run_cmds, remove extra whitespace and newline

Signed-off-by: fufesou <linlong1266@gmail.com>

---------

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-04-24 18:24:22 +08:00
committed by GitHub
parent 5c2538e7af
commit 279fb72a4f
5 changed files with 73 additions and 4 deletions

View File

@@ -567,6 +567,8 @@ pub async fn start_server(is_server: bool, no_server: bool) {
crate::platform::try_kill_broker();
#[cfg(feature = "hwcodec")]
scrap::hwcodec::start_check_process();
#[cfg(target_os = "windows")]
crate::platform::check_update_printer_option();
crate::RendezvousMediator::start_all().await;
} else {
match crate::ipc::connect(1000, "").await {