From 8fbc4c605e224ba5892af8075a78838f1c870a6d Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Tue, 25 Jun 2024 20:54:37 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20pages:=20path=20to=20PI=20got=20?= =?UTF-8?q?changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages.rs b/src/pages.rs index 65c36e1..82e966e 100644 --- a/src/pages.rs +++ b/src/pages.rs @@ -533,7 +533,7 @@ fn create_apps_section() -> Option { 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);