Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Print pull request title and URL in command-line
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Aug 25, 2022
1 parent ef274e6 commit d647cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ impl eframe::App for TemplateApp {
}
ui.horizontal(|ui| {
if ui.button("Apply PR").clicked() {
println!("Attempting to install \"{}\"", pr_title);
println!("from: {}", pr_url);
let apply_pr = if pr_url.contains("NorthstarLauncher") {
apply_launcher_pr
} else {
Expand Down

0 comments on commit d647cdb

Please sign in to comment.