fix typo
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ class ViewTabsSheetWidget extends HookConsumerWidget {
|
|||||||
final itemCount =
|
final itemCount =
|
||||||
filteredTabEntities.value.length +
|
filteredTabEntities.value.length +
|
||||||
//Limit to 3 sugegstions for now
|
//Limit to 3 sugegstions for now
|
||||||
math.max<int>(suggestedTabEntities.value.length, 3);
|
math.min<int>(suggestedTabEntities.value.length, 3);
|
||||||
|
|
||||||
final activeTab = ref.watch(selectedTabProvider);
|
final activeTab = ref.watch(selectedTabProvider);
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ name: weblibre
|
|||||||
description: "The Privacy-Focused & AI-Powered Research Browser"
|
description: "The Privacy-Focused & AI-Powered Research Browser"
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
version: 0.9.25-alpha-7+28
|
version: 0.9.25-alpha-8+28
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.8.0 <4.0.0'
|
sdk: '>=3.8.0 <4.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user