Skip to content

fix: don't mark ShowMenuFix applied when input.conf is missing - #779

Open
Noethix55555 wants to merge 1 commit into
mpvnet-player:mainfrom
Noethix55555:fix/mp-startup-showmenu
Open

fix: don't mark ShowMenuFix applied when input.conf is missing#779
Noethix55555 wants to merge 1 commit into
mpvnet-player:mainfrom
Noethix55555:fix/mp-startup-showmenu

Conversation

@Noethix55555

Copy link
Copy Markdown

ApplyShowMenuFix sets Settings.ShowMenuFixApplied = true even when input.conf does not exist, so the right-click show-menu binding is never written on first launch (or any launch where the file is absent). Subsequent launches see the flag and skip the fix entirely.

Move the flag assignment inside the file-exists branch so it is only set after the fix has actually been attempted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant