Changed order and names of some setting tabs

This commit is contained in:
Paweł Malak
2022-02-04 13:09:47 +01:00
parent 750891cffa
commit 04e80b339c
9 changed files with 22 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ export interface WeatherForm {
weatherData: WeatherData;
}
export interface SearchForm {
export interface GeneralForm {
hideSearch: boolean;
defaultSearchProvider: string;
searchSameTab: boolean;