我谢谢我自己,都拿到str了还call什么call
This commit is contained in:
parent
54194f6927
commit
baf8d0e7c6
@ -400,12 +400,12 @@ class ClientWindow(Window):
|
||||
@_call_screen_after
|
||||
def on_text_motion(self, motion):
|
||||
motion_string = key.motion_string(motion)
|
||||
self.logger.debug(tr().window.text.motion().format(motion_string)())
|
||||
self.logger.debug(tr().window.text.motion().format(motion_string))
|
||||
|
||||
@_call_screen_after
|
||||
def on_text_motion_select(self, motion):
|
||||
motion_string = key.motion_string(motion)
|
||||
self.logger.debug(tr().window.text.motion_select().format(motion_string)())
|
||||
self.logger.debug(tr().window.text.motion_select().format(motion_string))
|
||||
|
||||
@_call_screen_before
|
||||
def on_close(self, source: str = 'window') -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user