mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-08 13:38:14 -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: ->
|
_watch: ->
|
||||||
handler = (changes) =>
|
handler = (changes) =>
|
||||||
if changes
|
if changes
|
||||||
@_setOptions(changes, {checkRev: true, persist: false})
|
@_setOptions(changes, {checkRevision: true, persist: false})
|
||||||
else
|
else
|
||||||
# Initial update.
|
# Initial update.
|
||||||
changes = @_options
|
changes = @_options
|
||||||
|
Loading…
Reference in New Issue
Block a user