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 9f8ad4b commit c2722fcCopy full SHA for c2722fc
lib/ui/search_ol_editions_screen/search_ol_editions_screen.dart
@@ -38,7 +38,7 @@ class SearchOLEditionsScreen extends StatefulWidget {
38
39
class _SearchOLEditionsScreenState extends State<SearchOLEditionsScreen> {
40
Uint8List? editionCoverPreview;
41
- bool _onlyEditionsWithCovers = true;
+ bool _onlyEditionsWithCovers = false;
42
43
void _saveEdition({
44
required OLEditionResult result,
0 commit comments