mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-29 21:01:08 +08:00
Remove build number from appbar
This commit is contained in:
parent
eb03f90eb1
commit
06fb657d0d
@ -87,7 +87,7 @@ class AppVersionLabel extends HookConsumerWidget {
|
||||
final version = ref.watch(
|
||||
appVersionProvider.select(
|
||||
(value) => switch (value) {
|
||||
AsyncData(:final value) => value.fullVersion,
|
||||
AsyncData(:final value) => value.version,
|
||||
_ => "",
|
||||
},
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user