Jump to PIN directly from tray pairing message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user