From fd2e846666d04e836fe844119d148b97ef436028 Mon Sep 17 00:00:00 2001 From: maoiscat <72531771+maoiscat@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:30:46 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index b0922b7..a48dffc 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,3 @@ Some buttons may accept multiple mouse actions, here is a list: ## cycle_audio/subtitle * mbtn_left/right: cycle to next/previous track. * mbtn_mid: show track list. - -# One more thing - -To you guys who is confused about the play/pause button display, and want it be swapped, go to line 1212 in the lua file , seeing something like "mp.get_property('pause') == 'yes'", and change yes to no. - -It's my personal favor, rather than a bug. -