mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Rename the windows sapi config module as well
This commit is contained in:
parent
eef892a90f
commit
0b9d30a725
@ -270,7 +270,7 @@ class Client:
|
|||||||
return ans
|
return ans
|
||||||
|
|
||||||
def config_widget(self, backend_settings, parent):
|
def config_widget(self, backend_settings, parent):
|
||||||
from calibre.gui2.tts.windows_config import Widget
|
from calibre.gui2.tts.windows_sapi_config import Widget
|
||||||
return Widget(self, backend_settings, parent)
|
return Widget(self, backend_settings, parent)
|
||||||
|
|
||||||
def change_rate(self, steps=1):
|
def change_rate(self, steps=1):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user