mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 14:49:29 +08:00
docs: update the limit of status to show
This commit is contained in:
parent
b314be1823
commit
68a73f58d6
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
"type": "textfield",
|
"type": "textfield",
|
||||||
"required": false,
|
"required": false,
|
||||||
"title": "Maximum number of bookmarks",
|
"title": "Maximum number of bookmarks",
|
||||||
"description": "Maximum number of bookmarks",
|
"description": "Maximum number of bookmarks,Will be ignored if it's more than 40",
|
||||||
"placeholder": "default value : 20"
|
"placeholder": "default value : 20"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
"type": "textfield",
|
"type": "textfield",
|
||||||
"required": false,
|
"required": false,
|
||||||
"title": "Maximum number of statuses",
|
"title": "Maximum number of statuses",
|
||||||
"description": "Maximum number of statuses to be show",
|
"description": "Maximum number of statuses to be show, Will be ignored if it's more than 40",
|
||||||
"placeholder": "default value : 20"
|
"placeholder": "default value : 20"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue