commit
05c50e78bc
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ class FlagService {
|
|||
|
||||
bool get mapEnabled => flags.mapEnabled;
|
||||
|
||||
bool get faceSearchEnabled => internalUser || flags.faceSearchEnabled;
|
||||
bool get faceSearchEnabled => internalUser || flags.betaUser;
|
||||
|
||||
bool get passKeyEnabled => flags.passKeyEnabled || internalOrBetaUser;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ description: ente photos application
|
|||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
|
||||
version: 0.8.102+626
|
||||
version: 0.8.103+627
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue