mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
minor
This commit is contained in:
parent
8cfe494632
commit
88c921b059
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ export class RefreshModelService extends Disposable implements IRefreshModelServ
|
|||
disposables.forEach(d => d.dispose())
|
||||
disposables.clear()
|
||||
|
||||
if (!voidSettingsService.state.globalSettings['autoRefreshModels']) return
|
||||
if (!voidSettingsService.state.globalSettings.autoRefreshModels) return
|
||||
|
||||
for (const providerName of refreshableProviderNames) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue