Skip to content

Commit

Permalink
🚧 pages: path to PI got changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jun 25, 2024
1 parent 5456611 commit 8fbc4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ fn create_apps_section() -> Option<gtk::Box> {
label.set_text(&fl!("applications"));

// Check first btn.
if Path::new("/sbin/cachyos-pi-bin").exists() {
if Path::new("/sbin/cachyos-pi").exists() {
let cachyos_pi = gtk::Button::with_label("CachyOS PackageInstaller");
cachyos_pi.connect_clicked(on_appbtn_clicked);
box_collection.pack_start(&cachyos_pi, true, true, 2);
Expand Down

0 comments on commit 8fbc4c6

Please sign in to comment.