summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/apps/apps.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/apps/apps.vala b/lib/apps/apps.vala
index 999643c..583e8f2 100644
--- a/lib/apps/apps.vala
+++ b/lib/apps/apps.vala
@@ -22,7 +22,7 @@ public class AstalApps.Apps : Object {
/**
* The minimum score the application has to meet in order to be included in queries.
*/
- public double min_score { get; set; default = 0; }
+ public double min_score { get; set; default = 0.5; }
/**
* Extra multiplier to apply when matching the `name` of an application.