mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Fix profile revision checking on options update.
This was not checked before due to not passing the right argument. Should be fixed now.
This commit is contained in:
parent
50fa7640a6
commit
0bd6954c28
@ -227,7 +227,7 @@ class Options
|
||||
_watch: ->
|
||||
handler = (changes) =>
|
||||
if changes
|
||||
@_setOptions(changes, {checkRev: true, persist: false})
|
||||
@_setOptions(changes, {checkRevision: true, persist: false})
|
||||
else
|
||||
# Initial update.
|
||||
changes = @_options
|
||||
|
Loading…
Reference in New Issue
Block a user