Show old status on sync stop

master
Nicolò Balzarotti 2019-02-11 20:53:18 +01:00
parent f7ac74ef46
commit 25a66a9259
No known key found for this signature in database
GPG Key ID: E5900B8AC02DE455
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function stop_sync!()
global sync_enabled
oldstatus = sync_enabled
sync_enabled = false
sync_enabled
oldstatus
end
function set_hook!(event::Symbol, f::Function)