mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-09 22:13:12 +08:00
Changed order and names of some setting tabs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
DockerSettingsForm,
|
||||
OtherSettingsForm,
|
||||
SearchForm,
|
||||
GeneralForm,
|
||||
ThemeSettingsForm,
|
||||
WeatherForm,
|
||||
} from '../../interfaces';
|
||||
@@ -33,7 +33,7 @@ export const weatherSettingsTemplate: WeatherForm = {
|
||||
weatherData: 'cloud',
|
||||
};
|
||||
|
||||
export const searchSettingsTemplate: SearchForm = {
|
||||
export const generalSettingsTemplate: GeneralForm = {
|
||||
hideSearch: false,
|
||||
searchSameTab: false,
|
||||
defaultSearchProvider: 'l',
|
||||
|
||||
Reference in New Issue
Block a user