Add switch option to open search box result in same tab #476

This makes it easier to search when homer is set as the default for a new
tab.

Co-authored-by: Momcilo Bajalovic <momcilobajalovic@Momcilos-Air.lan>
This commit is contained in:
Momcilo42
2022-10-21 21:58:35 +02:00
committed by GitHub
parent e028fe29bb
commit fdecf24905
5 changed files with 72 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import { OptionValues } from '../modules/ModuleTypes';
export interface Settings {
searchUrl: string;
searchNewTab?: boolean;
title?: string;
logo?: string;
favicon?: string;