diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | jaSubs.py | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -41,7 +41,7 @@ $ ls -a * python-pyqt5 * python-numpy * python-requests - * `sudachipy` and `sudachidict_core` (likely installed with `pip`) + * `sudachipy` and `sudachidict_full` (likely installed with `pip`) * lua * socat * pkill @@ -367,7 +367,6 @@ class thread_subtitles(QObject): if inc * config.update_time > config.focus_checking_time - 0.0001: process_output = subprocess.getoutput('xdotool getwindowfocus getwindowname') # "Add" - anki add card dialog - print(process_output) while ( (process_output != 'Add') and 'mpv' not in process_output ) or (config.hide_when_not_fullscreen_B and not mpv_fullscreen_status()) or (os.path.exists(mpv_socket + '_hide')): if not was_hidden: self.update_subtitles.emit(True, False) |
