Skip to content
Snippets Groups Projects
Commit 17f28b45 authored by Hazelnoot's avatar Hazelnoot
Browse files

merge: manual save search engine "custom url" - fixes #882 (!856)

View MR for information: TransFem-org/Sharkey!856



Closes #882

Approved-by: default avatarMarie <github@yuugi.dev>
Approved-by: default avatarHazelnoot <acomputerdog@gmail.com>
parents 771fcf00 531f7198
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkSelect>
<div v-if="useCustomSearchEngine">
<MkInput v-model="searchEngine" :max="300">
<MkInput v-model="searchEngine" :max="300" :manualSave="true">
<template #label>{{ i18n.ts.searchEngineCusomURI }}</template>
<template #caption>{{ i18n.ts.searchEngineCustomURIDescription }}</template>
</MkInput>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment