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()
|
self.focus_current_view()
|
||||||
|
|
||||||
def start_smartdevice(self):
|
def start_smartdevice(self):
|
||||||
timed_print('Starting the smartdevice driver')
|
|
||||||
message = None
|
message = None
|
||||||
if self.device_manager.get_option('smartdevice', 'autostart'):
|
if self.device_manager.get_option('smartdevice', 'autostart'):
|
||||||
|
timed_print('Starting the smartdevice driver')
|
||||||
with BusyCursor():
|
with BusyCursor():
|
||||||
try:
|
try:
|
||||||
message = self.device_manager.start_plugin('smartdevice')
|
message = self.device_manager.start_plugin('smartdevice')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user