mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-22 05:24:23 +02:00
Prepend v in front of version in navigation menu
This commit is contained in:
parent
1c99d73b7c
commit
c6de23daed
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ pub fn nav_menu<'a>(
|
|||
))
|
||||
}
|
||||
} else {
|
||||
Text::new(env!("CARGO_PKG_VERSION"))
|
||||
Text::new(format!("v{}", env!("CARGO_PKG_VERSION")))
|
||||
};
|
||||
|
||||
let update_btn = if self_update_state.latest_release.is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue