booru: advise to enter a number if no tag in mind, alignment adjustments

This commit is contained in:
end-4
2025-03-09 17:55:12 +01:00
parent 0be01101ad
commit ee12c76ad7
4 changed files with 52 additions and 13 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const APILIST = {
contentWidget: booruView,
commandBar: booruCommands,
tabIcon: booruTabIcon,
placeholderText: getString('Enter tags'),
placeholderText: getString('Enter tags and/or page number'),
},
}
const APIS = userOptions.sidebar.pages.apis.order.map((apiName) => APILIST[apiName]);