This commit is contained in:
ThatOneCalculator 2023-05-29 12:28:58 -07:00
parent 0276b59ef6
commit c075455bc2
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "14.0.0-dev32", "version": "14.0.0-dev33",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -17,7 +17,7 @@ export async function search() {
const { canceled, result: query } = await os.inputText({ const { canceled, result: query } = await os.inputText({
title: i18n.ts.search, title: i18n.ts.search,
placeholder: i18n.ts.searchPlaceholder, placeholder: i18n.ts.searchPlaceholder,
text: searchOptions, // text: searchOptions,
}); });
if (canceled || query == null || query === "") return; if (canceled || query == null || query === "") return;