Update deps

This commit is contained in:
Luke D. Jones
2023-04-26 21:35:48 +12:00
parent fdc7d88a70
commit 858c9841a7
4 changed files with 74 additions and 75 deletions

View File

@@ -549,7 +549,7 @@ fn do_gfx_action_notif(message: &str, action: GfxUserAction, mode: GpuMode) -> R
let mut notif = Notification::new();
notif
.summary(NOTIF_HEADER)
.body(message)
.body(&format!("Changing to {mode}. {message}"))
.timeout(2000)
//.hint(Hint::Resident(true))
.hint(Hint::Category("device".into()))