Merge branch 'main' into next-dash-interface

This commit is contained in:
galister
2026-01-05 20:41:59 +09:00
16 changed files with 181 additions and 14508 deletions

View File

@@ -85,7 +85,7 @@ pub(super) fn select_pw_screen(
task::Poll::Pending => {
if Instant::now() >= print_at {
log::info!("{instructions}");
if let Ok(id) = DbusConnector::notify_send(instructions, "", 2, 30, 0, true)
if let Ok(id) = DbusConnector::notify_send(instructions, "", 1, 60, 0, true)
{
notify = Some(id);
}