overview: allow disabling overview (showing search only)

This commit is contained in:
end-4
2025-08-02 17:35:44 +07:00
parent 86d2a03a0a
commit d4b8ded6c8
3 changed files with 9 additions and 1 deletions
@@ -212,6 +212,7 @@ Singleton {
}
property JsonObject overview: JsonObject {
property bool enable: true
property real scale: 0.18 // Relative to screen size
property real rows: 2
property real columns: 5