Skip to content

Commit

Permalink
new version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prrvchr committed Nov 1, 2024
1 parent d2d0b17 commit ec24bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/mDriveOOo/service/OptionsHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ def callHandlerMethod(self, window, event, method):
self._manager.enableShare(bool(event.Source.State))
handled = True
elif method == 'EnableSync':
self._manager.enableTimeout(True)
self._manager.enableSync(True)
handled = True
elif method == 'DisableSync':
self._manager.enableTimeout(False)
self._manager.enableSync(False)
handled = True
elif method == 'ViewData':
self._manager.viewData()
Expand Down

0 comments on commit ec24bf6

Please sign in to comment.