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",
"version": "14.0.0-dev32",
"version": "14.0.0-dev33",
"codename": "aqua",
"repository": {
"type": "git",

View file

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