1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00

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;