mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Update generated flags header
PiperOrigin-RevId: 688767938
This commit is contained in:
committed by
Copybara-Service
parent
43aa565f14
commit
ad2e6e3436
@@ -94,6 +94,9 @@ constexpr auto kUpdateTrack =
|
||||
// Enable the info banner to display duplicate Quick Share apps.
|
||||
constexpr auto kEnableConflictBanner =
|
||||
flags::Flag<bool>(kConfigPackage, "45661130", false);
|
||||
// Enable a persistent BETA label.
|
||||
constexpr auto kEnableMacosBetaLabel =
|
||||
flags::Flag<bool>(kConfigPackage, "45662570", true);
|
||||
|
||||
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
return {
|
||||
@@ -114,6 +117,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45417647, kEnableQrCodeUi},
|
||||
{45410558, kShowAdminModeWarning},
|
||||
{45661130, kEnableConflictBanner},
|
||||
{45662570, kEnableMacosBetaLabel},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user