Jump to PIN directly from tray pairing message

This commit is contained in:
Yukino Song
2024-09-10 18:13:44 +08:00
parent def6a4857c
commit a7b5c93691
2 changed files with 15 additions and 14 deletions

View File

@@ -376,7 +376,7 @@ namespace system_tray {
tray.notification_icon = TRAY_ICON_LOCKED;
tray.tooltip = PROJECT_NAME;
tray.notification_cb = []() {
launch_ui_with_path("/pin");
launch_ui_with_path("/pin#PIN");
};
tray_update(&tray);
}