This commit is contained in:
2026-05-03 09:50:59 +02:00
parent 3b95abfa4c
commit fe85ff1006
38 changed files with 205 additions and 145 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ ColumnLayout {
NSlider {
Layout.fillWidth: true
from: 0
to: 200
to: 1000
stepSize: 10
value: root.valueMaxResults
onMoved: root.valueMaxResults = Math.round(value)
+2 -2
View File
@@ -1,7 +1,7 @@
{
"id": "file-search",
"name": "File Search",
"version": "1.0.2",
"version": "1.0.4",
"minNoctaliaVersion": "4.1.2",
"author": "ericbreh",
"license": "MIT",
@@ -22,7 +22,7 @@
"metadata": {
"defaultSettings": {
"showHidden": false,
"maxResults": 0,
"maxResults": 100,
"fileOpener": "xdg-open",
"searchDirectory": "~",
"fdCommand": "fd"