kueData service nutzen statt globale loadWindowVariables, um Netzwerklast zu reduzieren und mehr Performance zu erreichen
This commit is contained in:
@@ -13,6 +13,7 @@ interface SystemSettingsState {
|
||||
ntp3: string | null;
|
||||
ntpTimezone: string | null;
|
||||
ntpActive: boolean | null;
|
||||
appVersion: string | null;
|
||||
}
|
||||
|
||||
const initialState: SystemSettingsState = {
|
||||
@@ -27,6 +28,7 @@ const initialState: SystemSettingsState = {
|
||||
ntp3: "",
|
||||
ntpTimezone: "",
|
||||
ntpActive: false,
|
||||
appVersion: "",
|
||||
};
|
||||
|
||||
const systemSettingsSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user