Rename the windows sapi config module as well

This commit is contained in:
Kovid Goyal 2023-02-01 21:33:21 +05:30
parent eef892a90f
commit 0b9d30a725
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ class Client:
return ans
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)
def change_rate(self, steps=1):