mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-22 21:44:19 +02:00
Updated in-app links
This commit is contained in:
parent
8d9fefdcb9
commit
85eb22ccbb
2 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ description = "A cross-platform GUI debloater for android devices"
|
|||
version = "0.5.2"
|
||||
authors = ["w1nst0n"]
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://github.com/0x192/universal-android-debloater"
|
||||
repository = "https://github.com/0x192/universal-android-debloater"
|
||||
homepage = "https://github.com/Frigyes06/universal-android-debloater"
|
||||
repository = "https://github.com/Frigyes06/universal-android-debloater"
|
||||
readme = "README.md"
|
||||
keywords = ["debloater", "android", "adb", "privacy", "bloatware"]
|
||||
categories = ["gui"]
|
||||
|
|
|
|||
|
|
@ -100,14 +100,14 @@ impl About {
|
|||
|
||||
let website_btn = button("Github page")
|
||||
.on_press(Message::UrlPressed(PathBuf::from(
|
||||
"https://github.com/0x192/universal-android-debloater",
|
||||
"https://github.com/Frigyes06/universal-android-debloater",
|
||||
)))
|
||||
.padding(5)
|
||||
.style(style::Button::Primary);
|
||||
|
||||
let issue_btn = button("Have an issue?")
|
||||
.on_press(Message::UrlPressed(PathBuf::from(
|
||||
"https://github.com/0x192/universal-android-debloater/issues",
|
||||
"https://github.com/Frigyes06/universal-android-debloater/issues",
|
||||
)))
|
||||
.padding(5)
|
||||
.style(style::Button::Primary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue