Skip to content

Commit afcbc43

Browse files
authored
Enable new my-liked-packages page. (#8957)
1 parent f21bde8 commit afcbc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/frontend/handlers/experimental.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ExperimentalFlags {
9292

9393
bool get isDarkModeDefault => isEnabled('dark-as-default');
9494

95-
bool get useMyLikedSearch => isEnabled('my-liked-search');
95+
bool get useMyLikedSearch => true;
9696

9797
String encodedAsCookie() => _enabled.join(':');
9898

0 commit comments

Comments
 (0)