mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
@@ -333,9 +333,9 @@ export class SettingsProvider {
|
||||
*/
|
||||
public async init(): Promise<void> {
|
||||
try {
|
||||
const settings: SCSetting[] = (await this.configProvider.getValue(
|
||||
const settings: SCSetting[] = this.configProvider.getValue(
|
||||
'settings',
|
||||
)) as SCSetting[];
|
||||
) as SCSetting[];
|
||||
for (const setting of settings) this.addSetting(setting);
|
||||
|
||||
for (const category of Object.keys(this.settingsCache)) {
|
||||
|
||||
Reference in New Issue
Block a user