Allow multiple custom buttons to be displayed in the navigation menu#217
Allow multiple custom buttons to be displayed in the navigation menu#217Moyikc wants to merge 2 commits intoabdallahmehiz:mainfrom
Conversation
|
This breaks some existing lua functions, namely |
|
It's redundant to have all the buttons in both the player and in the more sheet. You should also do something about the toggle favorite buttons in settings, since they don't do anything now. |
Actually, I thought so at first, but when I modified it, I found it was more complicated. I don't know much about programming, so I let AI modify the current codes. Later, as I said in problem 2, I will try to add setting options for each button whether it is shown in the player and more tables, but it will probably take a long time. |
Indeed, but I think "adding setting options for each button whether it is shown in the player and more tables" is a better feature than "primary custom button". Besides, I can't think of a suitable application scenario for this "set title" feature. |
|
I've added setting options for each button whether it is shown in the player and more sheets. |
|
if you don't mind can u give me the apk file for arm64 |
Since #189 has not received a response, I tried to ask AI to modify some codes of
live.mehiz.mpvkt.ui.player.controlsto realize the display of multiple custom buttons in the navigation menu. The general plan is as follows:BottomRightPlayerControlsBottomCenterPlayerControlsto create a slidable horizontal area in the middle of the bottom of the navigation menu to display custom buttonsAfter the modification, the compilation test passed, and the function is basically available, but there are still some problems to be solved: