mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
bring back custom search engine url box - fixes #1078
we had accidentally removed the MkInput
This commit is contained in:
parent
6d4860bb78
commit
988ce94b97
1 changed files with 7 additions and 0 deletions
|
@ -237,6 +237,13 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<!-- If one of the other options is selected show this as a blank other -->
|
<!-- If one of the other options is selected show this as a blank other -->
|
||||||
<option v-if="!useCustomSearchEngine" value="">{{ i18n.ts.searchEngineOther }}</option>
|
<option v-if="!useCustomSearchEngine" value="">{{ i18n.ts.searchEngineOther }}</option>
|
||||||
</MkSelect>
|
</MkSelect>
|
||||||
|
|
||||||
|
<div v-if="useCustomSearchEngine">
|
||||||
|
<MkInput v-model="searchEngine" :max="300" :manualSave="true">
|
||||||
|
<template #label>{{ i18n.ts.searchEngineCusomURI }}</template>
|
||||||
|
<template #caption>{{ i18n.ts.searchEngineCustomURIDescription }}</template>
|
||||||
|
</MkInput>
|
||||||
|
</div>
|
||||||
</MkPreferenceContainer>
|
</MkPreferenceContainer>
|
||||||
</SearchMarker>
|
</SearchMarker>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue