The method is requestSave()

This commit is contained in:
Ash Wilson
2017-09-12 10:21:47 -04:00
parent 46d5ebb2f4
commit 4b7b513b93

View File

@@ -951,7 +951,7 @@ class Config
@set(key, value, save: false) for key, value of newSettings
if @pendingOperations.length
op() for op in @pendingOperations
@debouncedSave()
@requestSave()
@pendingOperations = []
return