Skip to content

Commit c2722fc

Browse files
committed
feat: Changed feault to display all available editions.
1 parent 9f8ad4b commit c2722fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/search_ol_editions_screen/search_ol_editions_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SearchOLEditionsScreen extends StatefulWidget {
3838

3939
class _SearchOLEditionsScreenState extends State<SearchOLEditionsScreen> {
4040
Uint8List? editionCoverPreview;
41-
bool _onlyEditionsWithCovers = true;
41+
bool _onlyEditionsWithCovers = false;
4242

4343
void _saveEdition({
4444
required OLEditionResult result,

0 commit comments

Comments
 (0)