mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 14:53:02 +00:00
Change behavior visibility player button in main menu
This commit is contained in:
parent
bd095da8ac
commit
a65526443d
@ -45,7 +45,7 @@ def main():
|
||||
menu.append('Sign in')
|
||||
if support_message != '':
|
||||
menu.append('Donate')
|
||||
if not src.mpv_control.player.core_idle:
|
||||
if src.mpv_control.player.playlist_playing_pos != -1:
|
||||
menu.insert(0, 'Player')
|
||||
ids = fzf.prompt(menu, f"--header={main_menu_header}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user