We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21bde8 commit afcbc43Copy full SHA for afcbc43
app/lib/frontend/handlers/experimental.dart
@@ -92,7 +92,7 @@ class ExperimentalFlags {
92
93
bool get isDarkModeDefault => isEnabled('dark-as-default');
94
95
- bool get useMyLikedSearch => isEnabled('my-liked-search');
+ bool get useMyLikedSearch => true;
96
97
String encodedAsCookie() => _enabled.join(':');
98
0 commit comments