mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8c45539904
commit
440a990f2f
@ -471,9 +471,9 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
self.focus_current_view()
|
||||
|
||||
def start_smartdevice(self):
|
||||
timed_print('Starting the smartdevice driver')
|
||||
message = None
|
||||
if self.device_manager.get_option('smartdevice', 'autostart'):
|
||||
timed_print('Starting the smartdevice driver')
|
||||
with BusyCursor():
|
||||
try:
|
||||
message = self.device_manager.start_plugin('smartdevice')
|
||||
|
Loading…
x
Reference in New Issue
Block a user